Go to the documentation of this file.
9 #ifndef _SQUID_XSTRTO_H
10 #define _SQUID_XSTRTO_H
13 #if defined(__cplusplus)
31 bool xstrtoul(
const char *s,
char **end,
unsigned long *value,
32 unsigned long min,
unsigned long max);
34 bool xstrtoui(
const char *s,
char **end,
unsigned int *value,
35 unsigned int min,
unsigned int max);
A const & max(A const &lhs, A const &rhs)
bool xstrtoui(const char *s, char **end, unsigned int *value, unsigned int min, unsigned int max)
bool xstrtoul(const char *s, char **end, unsigned long *value, unsigned long min, unsigned long max)
A const & min(A const &lhs, A const &rhs)