prog.c:2: warning: return type defaults to ‘int’
prog.c: In function ‘main’:
prog.c:4: error: expected ‘,’ or ‘;’ before ‘char’
prog.c:8: warning: implicit declaration of function ‘printf’
prog.c:8: warning: incompatible implicit declaration of built-in function ‘printf’
prog.c:9: error: ‘c’ undeclared (first use in this function)
prog.c:9: error: (Each undeclared identifier is reported only once
prog.c:9: error: for each function it appears in.)