diff options
Diffstat (limited to 'py/parsenum.h')
-rw-r--r-- | py/parsenum.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/py/parsenum.h b/py/parsenum.h new file mode 100644 index 0000000000..5a2e42da50 --- /dev/null +++ b/py/parsenum.h @@ -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); |