xstrto.cc
Go to the documentation of this file.
static bool xstrtoul(const char *s, char **end, unsigned long *value, unsigned long min, unsigned long max)
Definition: xstrto.cc:61
bool xstrtoui(const char *s, char **end, unsigned int *value, unsigned int min, unsigned int max)
Definition: xstrto.cc:86