pre-defined macros

This commit is contained in:
pommicket 2022-01-10 12:00:05 -05:00
parent a0c535620e
commit a8a30458bd
3 changed files with 79 additions and 0 deletions

View file

@ -142,3 +142,18 @@
:str_else
string else
byte 0
:str___FILE__
string __FILE__
byte 0
:str___LINE__
string __LINE__
byte 0
:str___DATE__
string __DATE__
byte 0
:str___TIME__
string __TIME__
byte 0
:str___STDC__
string __STDC__
byte 0