1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-20 17:20:49 +00:00

Atari: implement clock_getres()

This commit is contained in:
Christian Groessler
2018-09-27 20:22:21 +02:00
committed by Oliver Schmidt
parent 6dc7309e50
commit df3c43bede
3 changed files with 53 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
;
; Oliver Schmidt, 15.8.2018
;
; int clock_getres (clockid_t clk_id, struct timespec *res);
; int __fastcall__ clock_getres (clockid_t clk_id, struct timespec *res);
;
.include "time.inc"