libchat6
lc6_time.h
1 #ifndef LC6_TIME_H
2 #define LC6_TIME_H
3 
4 #include "../inc/lc6_common.h"
5 
6 time_t lc6time_get(void);
7 unsigned char *lc6time_getstr(void);
8 
9 
10 #endif