#include <stdio.h>#include <unistd.h>#include <stdarg.h>#include "log.h"Functions | |
| void * | log_init () |
| void | log_message (void *logs, int type, char *format,...) |
| void | log_direct (void *logs, int type, FILE *fp) |
Variables | |
| FILE * | stdin |
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
1.4.5