#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <string.h>#include <sys/types.h>#include <signal.h>#include <fcntl.h>#include <stdarg.h>#include <dsSmartException.h>#include <dsLog.h>Enumerations | |
| enum | MODE { log_min = 0x1, log_med = 0x2, log_full = 0xFF } |
Functions | |
| int | main (int argc, char *argv[]) |
|
|
|
|
||||||||||||
|
|
1.3-rc2