Damien George
11 years ago
5 changed files with 19 additions and 9 deletions
@ -1,2 +1,2 @@ |
|||
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); |
|||
mp_obj_t mp_parse_num_decimal(const char *str, uint len, bool allow_imag, bool force_complex); |
|||
|
Loading…
Reference in new issue