prog.c: In function 'sthng_fun':
prog.c:10:77: error: 'counter' undeclared (first use in this function)
printf("this function has been called %d times with non-zero argument\n", counter);
^
prog.c:10:77: note: each undeclared identifier is reported only once for each function it appears in