15 lines
186 B
C
15 lines
186 B
C
#ifndef _YGGDRASIL_TIME_H
|
|
#define _YGGDRASIL_TIME_H 1
|
|
|
|
#if defined(__cplusplus)
|
|
extern "C" {
|
|
#endif
|
|
|
|
typedef struct timespec __ygg_timespec_t;
|
|
|
|
#if defined(__cplusplus)
|
|
}
|
|
#endif
|
|
|
|
#endif
|