foo.c: In function ‘main’:
foo.c:6:5: warning: ‘gets’ is deprecated [-Wdeprecated-declarations]
6 | gets(origen);
| ^~~~
In file included from foo.c:1:
/nix/glibc-2.39-52-dev/include/stdio.h:667:14: note: declared here
667 | extern char *gets (char *__s) __wur __attribute_deprecated__;
| ^~~~
foo.c:7:5: warning: ‘gets’ is deprecated [-Wdeprecated-declarations]
7 | gets(delete);
| ^~~~
/nix/glibc-2.39-52-dev/include/stdio.h:667:14: note: declared here
667 | extern char *gets (char *__s) __wur __attribute_deprecated__;
| ^~~~
/nix/binutils-2.42/bin/ld: /tmp/ccpsKahr.o: in function `main':
foo.c:(.text.startup+0x1b): warning: the `gets' function is dangerous and should not be used.