py: Put number parsing code together in parsenum.c.
This commit is contained in:
2
py/parsenum.h
Normal file
2
py/parsenum.h
Normal file
@@ -0,0 +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);
|
||||
Reference in New Issue
Block a user