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