diff options
Diffstat (limited to 'libbb/xatonum_template.c')
-rw-r--r-- | libbb/xatonum_template.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libbb/xatonum_template.c b/libbb/xatonum_template.c index 245586a..53ba544 100644 --- a/libbb/xatonum_template.c +++ b/libbb/xatonum_template.c @@ -173,3 +173,13 @@ type xato()(const char *numstr) { return xstrto(_range_sfx)(numstr, 10, XSTR_TYPE_MIN, XSTR_TYPE_MAX, NULL); } + +#undef type +#undef xstrtou +#undef xstrto +#undef xatou +#undef xato +#undef XSTR_UTYPE_MAX +#undef XSTR_TYPE_MAX +#undef XSTR_TYPE_MIN +#undef XSTR_STRTOU |