1
2
3
4
5
6
7
8
9
10
11
12
13
14 | /home/urek/somma.c:4:1: warning: return type defaults to "int" [-wimplicit-int]
main()
^---
/home/urek/somma.c: in function "main":
/home/urek/somma.c:20:11: error: "EXIT_SUCCES" undeclared (first use in this function)
return EXIT_SUCCES
^--------
/home/urek/somma.c:20:11: note: each undeclared identifier is reported only once for function it appears in
/home/urek/somma.c:21:1: error : expected ";" before "}" token
}
^
|