2024-11-12 17:07:06 +02:00

7 lines
105 B
C

#ifndef _YGGDRASIL_TIME_H
#define _YGGDRASIL_TIME_H 1
typedef struct timespec __ygg_timespec_t;
#endif