#include <sys/types.h>#include <stdio.h>#include <stdarg.h>#include <stdlib.h>#include <time.h>#include "misc.h"Go to the source code of this file.
Defines | |
| #define | nil ((void*)0) |
Functions | |
| void * | allocate (size_t len) |
| void | deallocate (void *mem) |
| void | selectlog (enum logto where) |
| void | log (int level, const char *fmt,...) |
Variables | |
| char * | prog_name |
| time_t | now |
| time_t | next |
| size_t | alloc_count |
1.5.8