5 lines
70 B
C
5 lines
70 B
C
|
#include <time.h>
|
||
|
|
||
|
/* struct tm defined */
|
||
|
struct tm *get_time(void);
|