diff options
author | Rob Landley <rob@landley.net> | 2015-04-30 14:18:47 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-04-30 14:18:47 -0500 |
commit | cb7ed52786ffab798455c88fbd73bc32276bcfed (patch) | |
tree | d6f071b478b6db2181bdf571218e3913ebfb9efa | |
parent | 491e3e3f1c654f689de0f8cbd3b05559fd65c568 (diff) | |
download | toybox-cb7ed52786ffab798455c88fbd73bc32276bcfed.tar.gz |
And remove the header part too.
-rw-r--r-- | lib/lib.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -156,7 +156,6 @@ long estrtol(char *str, char **end, int base); long xstrtol(char *str, char **end, int base); long atolx(char *c); long atolx_range(char *numstr, long low, long high); -int numlen(long l); int stridx(char *haystack, char needle); int unescape(char c); int strstart(char **a, char *b); |