#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include "defs.h"
#include "error.h"

Functions | |
| void | error (const char *fmt,...) |
| error service function | |
| void | warn (const char *fmt,...) |
| warning service function | |
Variables | |
| unsigned long | nerrors |
| number of errors counter | |
| unsigned long | nwarns |
| number of warnings counter | |
| char | act_fname [MAX_STR_LEN] |
| actual file name size limit | |
| void error | ( | const char * | fmt, | |
| ... | ||||
| ) |
error service function
| void warn | ( | const char * | fmt, | |
| ... | ||||
| ) |
warning service function
| char act_fname[MAX_STR_LEN] |
actual file name size limit
| unsigned long nerrors |
number of errors counter
| unsigned long nwarns |
number of warnings counter
1.5.6