1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-20 17:20:49 +00:00
This commit is contained in:
rumbledethumps
2025-05-23 19:26:27 -07:00
parent 096095840f
commit 795cc55e45
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -134,6 +134,7 @@ extern struct _timezone {
int __fastcall__ clock_getres (clockid_t clock_id, struct timespec *res);
int __fastcall__ clock_gettime (clockid_t clock_id, struct timespec *tp);
int __fastcall__ clock_settime (clockid_t clock_id, const struct timespec *tp);
void tzset (void);
#endif