CoolFace
Datasetpublic

hschumann2/TempleOS-Source-Code

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes838downloads
Directives.txt10 linesDownload Raw Back to Doc
1 2#define __DATE__ #exe{StreamPrint("\"%D\"",Now);}3#define __TIME__ #exe{StreamPrint("\"%T\"",Now);}4#define __LINE__ #exe{StreamPrint("%d",Fs->last_cc->lex_include_stk->line_num);}5#define __CMD_LINE__ #exe{StreamPrint("%d",Fs->last_cc->flags&CCF_CMD_LINE && Fs->last_cc->lex_include_stk->depth<1);}6#define __FILE__ #exe{StreamPrint("\"%s\"",Fs->last_cc->lex_include_stk->full_name);}7#define __DIR__  #exe{StreamDir;}8 9See ::/Demo/Directives.HC.10