prog.c: In function ‘main’:
prog.c:5:9: error: expected identifier or ‘(’ before ‘[’ token
prog.c:6:5: warning: implicit declaration of function ‘strtol’ [-Wimplicit-function-declaration]
prog.c:6:21: error: ‘s’ undeclared (first use in this function)
prog.c:6:21: note: each undeclared identifier is reported only once for each function it appears in