od: provide full-blown od from coreutils if CONFIG_DESKTOP

This commit is contained in:
Denis Vlasenko
2006-10-10 23:26:05 +00:00
parent cba9ef5523
commit 1114de7219
5 changed files with 1608 additions and 6 deletions

View File

@ -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,