aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index ce4b9223c..3fb477b33 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -335,6 +335,8 @@ long xatol_range(const char *numstr, long lower, long upper);
335long xatol_sfx(const char *numstr, const struct suffix_mult *suffixes); 335long xatol_sfx(const char *numstr, const struct suffix_mult *suffixes);
336long xatol(const char *numstr); 336long xatol(const char *numstr);
337/* Specialized: */ 337/* Specialized: */
338unsigned xatou_range(const char *numstr, unsigned lower, unsigned upper);
339unsigned xatou_sfx(const char *numstr, const struct suffix_mult *suffixes);
338unsigned xatou(const char *numstr); 340unsigned xatou(const char *numstr);
339int xatoi_range(const char *numstr, int lower, int upper); 341int xatoi_range(const char *numstr, int lower, int upper);
340int xatoi(const char *numstr); 342int xatoi(const char *numstr);