5 lines
94 B
C
5 lines
94 B
C
|
#include "crtheaders.h"
|
||
|
#include TIME_H
|
||
|
|
||
|
struct tm *localtime_r(const time_t *, struct tm *);
|