Files
micropython/py/parsenum.h
2014-03-21 10:55:08 +00:00

3 lines
152 B
C

mp_obj_t mp_parse_num_integer(const char *restrict str, uint len, int base);
mp_obj_t mp_parse_num_decimal(const char *str, uint len, bool allow_imag);