1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-26 13:18:31 +00:00

Adjusted comments to match actual prototypes.

This commit is contained in:
Oliver Schmidt
2018-11-06 11:13:23 +01:00
parent f5534a5432
commit 40f42e977f
21 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
;
; Oliver Schmidt, 15.08.2018
;
; int clock_settime (clockid_t clk_id, const struct timespec *tp);
; int __fastcall__ clock_settime (clockid_t clk_id, const struct timespec *tp);
;
.import __dos_type