make time zone work
This commit is contained in:
16
libsrc/common/tzset_time.s
Normal file
16
libsrc/common/tzset_time.s
Normal file
@@ -0,0 +1,16 @@
|
||||
; 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
|
||||
Reference in New Issue
Block a user