1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
-------------- Build: Debug in hello ---------------
[ 50.0%] Compiling: main.c
[100.0%] Linking console executable: bin\Debug\hello.exe
C:\dev\hello\main.c:5: error: syntax error before "Int"
C:\dev\hello\main.c:5: warning: type defaults to `int' in declaration of `c'
C:\dev\hello\main.c:5: warning: data definition has no type or storage class
C:\dev\hello\main.c:6: error: syntax error before '(' token
C:\dev\hello\main.c:10: error: syntax error before string constant
C:\dev\hello\main.c:10: warning: type defaults to `int' in declaration of `system'
C:\dev\hello\main.c:10: warning: function declaration isn't a prototype
C:\dev\hello\main.c:10: warning: data definition has no type or storage class
Process terminated with status 1 (0 minutes, 0 seconds)
3 errors, 5 warnings |