PythonExtra/py/parsenum.h

3 lines
172 B
C
Raw Normal View History

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, bool force_complex);