mirror of
https://github.com/W3SLAV/micropython.git
synced 2025-06-20 20:45:35 -04: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);
|