util.c File Reference

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

Include dependency graph for util.c:


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)

Function Documentation

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 
)

Here is the caller graph for this function:


Generated on Fri Apr 17 16:28:30 2009 for memcached by  doxygen 1.5.8