common.h File Reference

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 Documentation

#define BEGIN_C_DECLS
#define END_C_DECLS
#define STR (  )     "x"

Function Documentation

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  ) 

Generated on Mon Feb 1 21:27:56 2010 for PoCC by  doxygen 1.6.1