Go to the source code of this file.
Defines | |
#define | BEGIN_C_DECLS |
#define | END_C_DECLS |
#define | STR(x) "x" |
Functions | |
BEGIN_C_DECLS void * | xcalloc (size_t num, size_t size) |
void * | xmalloc (size_t num) |
void * | xrealloc (void *p, size_t num) |
char * | xstrdup (const char *string) |
char * | xstrerror (int errnum) |
#define BEGIN_C_DECLS |
#define END_C_DECLS |
#define STR | ( | x | ) | "x" |
BEGIN_C_DECLS void* xcalloc | ( | size_t | num, | |
size_t | size | |||
) |
References xmalloc().
void* xmalloc | ( | size_t | num | ) |
References pocc_fatal().
Referenced by xcalloc(), and xrealloc().
void* xrealloc | ( | void * | p, | |
size_t | num | |||
) |
References pocc_fatal(), and xmalloc().
char* xstrdup | ( | const char * | string | ) |
Referenced by pocc_set_program_name().
char* xstrerror | ( | int | errnum | ) |