PoCC Version 1.0
error.h File Reference

Go to the source code of this file.

Functions

BEGIN_C_DECLS void pocc_set_program_name (const char *argv0)
void pocc_warning (const char *message)
void pocc_error (const char *message)
void pocc_fatal (const char *message)

Function Documentation

BEGIN_C_DECLS void pocc_set_program_name ( const char *  argv0)

References basename(), program_name, and xstrdup().

void pocc_warning ( const char *  message)

References error().

void pocc_error ( const char *  message)
void pocc_fatal ( const char *  message)

References error(), and EXIT_FAILURE.

Referenced by xmalloc(), and xrealloc().