Skip to content

Commit 3ed2d52

Browse files
committed
corrected main c file
1 parent a207dfa commit 3ed2d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0x0D-preprocessor/2-main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
*/
88
int main(void)
99
{
10-
printf("%s\n", _FILE_);
10+
printf("%s\n", __FILE__);
1111
return (0);
1212
}

0 commit comments

Comments
 (0)