summaryrefslogtreecommitdiff
path: root/src/__FILE__.c
blob: 257ae89bc579ce86bd24f425309704b0782ddb55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define __FILE__                                        /** source file name **/

/***
is automatically defined by the compiler as the file name of the
current source file being compiled as a character string literal.

THIS() can be changed using PPDIR(line).
***/

/*
VALUE_TYPE(string literal)
VALUE_FIXED(VAR(the current file name))
STDC(1)
*/