mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
3 lines
172 B
C
3 lines
172 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, bool force_complex);
|