| 14 |
* * |
* * |
| 15 |
***************************************************************************/ |
***************************************************************************/ |
| 16 |
|
|
|
#include "log.h" |
|
|
#include "io.h" |
|
| 17 |
#include "common.h" |
#include "common.h" |
| 18 |
|
#include "io.h" |
| 19 |
|
#include "log.h" |
| 20 |
#include <stdarg.h> |
#include <stdarg.h> |
| 21 |
#include <sys/types.h> |
#include <string.h> |
| 22 |
#include <time.h> |
#include <time.h> |
| 23 |
#include <unistd.h> |
#include <unistd.h> |
| 24 |
|
#include <sys/types.h> |
|
#define _POSIX_C_SOURCE 200809L |
|
|
#include <string.h> |
|
| 25 |
|
|
| 26 |
#define STR_LOG_TIME_MAX_LEN 50 |
#define STR_LOG_TIME_MAX_LEN 50 |
| 27 |
|
|