#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include "checkpoint.h"Functions | |
| void | HC_Panic (HC_Sequence_t *sequence, const char *format,...) |
| int | HC_Log (HC_Sequence_t *sequence, const char *format,...) |
| const char * | HC_Strerror (int error) |
Collection of functions relating to logging.
|
||||||||||||||||
|
Prints an error to stderr.
|
|
||||||||||||||||
|
Called to halt program execution because of a fatal error.
|
|
|
Convert from an error code to a string describing the error.
|
Copyright ©2003. Astra Network Inc. All Rights Reserved.