mirror of https://github.com/minexew/Shrine.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
479 B
8 lines
479 B
$HL,1$$WW,0$#define __DATE__ #exe{StreamPrint("\"%D\"",Now);} |
|
#define __TIME__ #exe{StreamPrint("\"%T\"",Now);} |
|
#define __LINE__ #exe{StreamPrint("%d",Fs->last_cc->lex_include_stk->line_num);} |
|
#define __CMD_LINE__ #exe{StreamPrint("%d",Fs->last_cc->flags&CCF_CMD_LINE && Fs->last_cc->lex_include_stk->depth<1);} |
|
#define __FILE__ #exe{StreamPrint("\"%s\"",Fs->last_cc->lex_include_stk->full_name);} |
|
#define __DIR__ #exe{StreamDir;} |
|
|
|
See $LK,"::/Demo/Directives.HC"$.$HL,0$$WW,1$
|
|
|