summaryrefslogtreecommitdiff
path: root/include/strtosize.h
blob: c789df93d2a579233b37d2bddf0977de1ea02471 (plain)
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 */