-
- Downloads
"cc3200/misc/help.c" did not exist on "c12b2213c16ba8839981c362c4d5f133a84b374b"
py/objint: Allow to print long-long ints without using the heap.
Some stack is allocated to format ints, and when the int implementation uses long-long there should be additional stack allocated compared with the other cases. This patch uses the existing "fmt_int_t" type to determine the amount of stack to allocate.
Loading
Please register or sign in to comment