You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AAA/code.c:2:20: warning: character constant too long for its type
3
-
int main(){ printf('teste');}
4
-
^
5
-
AAA/code.c:2:20: warning: passing argument 1 of 'printf' makes pointer from integer without a cast
6
-
In file included from AAA/code.c:1:0:
7
-
C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include/stdio.h:378:15: note: expected 'const char * __restrict__' but argument is of type 'int'
8
-
int __cdecl printf(const char * __restrict__ _Format,...);
9
-
^
1
+
0lQSPhEvnV/code.c: In function 'main':
2
+
0lQSPhEvnV/code.c:2:19: warning: character constant too long for its type
3
+
int main(){ print('teste');}
4
+
^
5
+
C:\Users\hiper\AppData\Local\Temp\ccPh40Dn.o:code.c:(.text+0x13): undefined reference to `print'
0 commit comments