/in/foo.c: In function 'main':
/in/foo.c:6:2: warning: implicit declaration of function 'gets' [-Wimplicit-function-declaration]
gets(s);
^~~~
/in/foo.c:24:4: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
printf("%c ",'a'+i);
^~~~~~
/in/foo.c:24:4: warning: incompatible implicit declaration of built-in function 'printf'
/in/foo.c:24:4: note: include '<stdio.h>' or provide a declaration of 'printf'
/in/foo.c:25:2: warning: incompatible implicit declaration of built-in function 'printf'
printf("\n");
^~~~~~
/in/foo.c:25:2: note: include '<stdio.h>' or provide a declaration of 'printf'
/tmp/ccsWAXhV.o: In function `main':
foo.c:(.text.startup+0x1a): warning: the `gets' function is dangerous and should not be used.