This commit is contained in:
rumbledethumps
2025-12-06 11:41:52 -08:00
parent 328f7e6a43
commit 6ac362af87
2 changed files with 0 additions and 16 deletions

View File

@@ -1,16 +0,0 @@
; tzset_time.s
;
; This file is part of
; cc65 - a freeware C compiler for 6502 based systems
;
; https://cc65.github.io
;
; See "LICENSE" file for legal information.
;
; void __fastcall__ tzset_time (time_t* time);
;
.export _tzset_time
_tzset_time:
rts