4 lines
58 B
C
4 lines
58 B
C
#ifndef TIME_H
|
|
#define TIME_H
|
|
typedef long time_t;
|
|
#endif
|
#ifndef TIME_H
|
|
#define TIME_H
|
|
typedef long time_t;
|
|
#endif
|