1 2 3 4 5 6 7 8
#ifndef UTIL_LINUX_STRTOSIZE #define UTIL_LINUX_STRTOSIZE #include <inttypes.h> extern int strtosize(const char *str, uintmax_t *res); #endif /* UTIL_LINUX_STRING_TO_NUMBE */