#include <stdlib.h>#include <assert.h>#include <ctype.h>#include <errno.h>#include <string.h>#include "memcached.h"

Functions | |
| bool | safe_strtoull (const char *str, uint64_t *out) |
| bool | safe_strtoll (const char *str, int64_t *out) |
| bool | safe_strtoul (const char *str, uint32_t *out) |
| bool | safe_strtol (const char *str, int32_t *out) |
| bool safe_strtol | ( | const char * | str, | |
| int32_t * | out | |||
| ) |
| bool safe_strtoll | ( | const char * | str, | |
| int64_t * | out | |||
| ) |
| bool safe_strtoul | ( | const char * | str, | |
| uint32_t * | out | |||
| ) |
| bool safe_strtoull | ( | const char * | str, | |
| uint64_t * | out | |||
| ) |

1.5.8