pre-defined macros
This commit is contained in:
parent
a0c535620e
commit
a8a30458bd
3 changed files with 79 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue