|
#define ㅤㅤ printf
#define ㅤㅤㅤ main
Main.c:4:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
<U+3164><U+3164><U+3164>() {
^
Main.c:2:19: note: expanded from macro 'ㅤㅤㅤ'
#define <U+3164><U+3164><U+3164> main
^
Main.c:6:3: warning: implicitly declaring library function 'printf' with type 'int (const char *, ...)' [-Wimplicit-function-declaration]
<U+3164><U+3164>("%s\n",<U+3164>);
^
Main.c:1:16: note: expanded from macro 'ㅤㅤ'
#define <U+3164><U+3164> printf
^
Main.c:6:3: note: include the header <stdio.h> or explicitly provide a declaration for 'printf'
Main.c:1:16: note: expanded from macro 'ㅤㅤ'
#define <U+3164><U+3164> printf
^
2 warnings generated.
Please Wait...