diff options
Diffstat (limited to 'py/strtonum.h')
-rw-r--r-- | py/strtonum.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/strtonum.h b/py/strtonum.h new file mode 100644 index 0000000000..10b6732edb --- /dev/null +++ b/py/strtonum.h @@ -0,0 +1 @@ +long mp_strtonum(const char *restrict s, int base); |