7 lines
105 B
C
7 lines
105 B
C
#ifndef _YGGDRASIL_TIME_H
|
|
#define _YGGDRASIL_TIME_H 1
|
|
|
|
typedef struct timespec __ygg_timespec_t;
|
|
|
|
#endif
|