/in/foo.c: In function 'main':
/in/foo.c:57:2: warning: 'gets' is deprecated [-Wdeprecated-declarations]
gets(s);
^~~~
In file included from /in/foo.c:1:0:
/usr/include/stdio.h:640:14: note: declared here
extern char *gets (char *__s) __wur __attribute_deprecated__;
^~~~
/in/foo.c:58:2: warning: implicit declaration of function 'scanf_s' [-Wimplicit-function-declaration]
scanf_s("%c",&t);
^~~~~~~
/in/foo.c: In function 'Match2':
/in/foo.c:52:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
/tmp/ccCGzSnc.o: In function `main':
foo.c:(.text.startup+0xe): warning: the `gets' function is dangerous and should not be used.
foo.c:(.text.startup+0x21): undefined reference to `scanf_s'
collect2: error: ld returned 1 exit status