We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a207dfa commit 3ed2d52Copy full SHA for 3ed2d52
0x0D-preprocessor/2-main.c
@@ -7,6 +7,6 @@
7
*/
8
int main(void)
9
{
10
- printf("%s\n", _FILE_);
+ printf("%s\n", __FILE__);
11
return (0);
12
}
0 commit comments