diff options
author | Denis Vlasenko | 2006-10-10 23:26:05 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-10-10 23:26:05 +0000 |
commit | 1114de7219f8e42d6d883c476a9458f637806365 (patch) | |
tree | 7a77eafabd8476a7b41ec2c69d258c0e0fb32040 /include | |
parent | cba9ef5523f09ecc3240f9f6efcdd0440c652c91 (diff) | |
download | busybox-1114de7219f8e42d6d883c476a9458f637806365.zip busybox-1114de7219f8e42d6d883c476a9458f637806365.tar.gz |
od: provide full-blown od from coreutils if CONFIG_DESKTOP
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index e4e67aa..1d26b03 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -326,6 +326,8 @@ unsigned long xstrtoul_range_sfx(const char *numstr, int base, unsigned long xstrtoul_range(const char *numstr, int base, unsigned long lower, unsigned long upper); +unsigned long xstrtoul_sfx(const char *numstr, int base, + const struct suffix_mult *suffixes); unsigned long xstrtoul(const char *numstr, int base); unsigned long xatoul_range_sfx(const char *numstr, unsigned long lower, |