prog.c:1:6: warning: return type of ‘main’ is not ‘int’ [-Wmain]
prog.c: In function ‘main’:
prog.c:4:1: error: expected ‘,’ or ‘;’ before ‘if’
prog.c:5:1: error: ‘else’ without a previous ‘if’
prog.c:5:1: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
prog.c:6:1: error: expected ‘;’ before ‘else’