0_0_38670469_27529.c: In function 'main':
0_0_38670469_27529.c:14:17: error: too few arguments to function 'gets_s'
14 | gets_s(str);
| ^~~~~~
In file included from gcc-13.1.0/x86_64-w64-mingw32/include/stdio.h:1641,
from 0_0_38670469_27529.c:4:
gcc-13.1.0/x86_64-w64-mingw32/include/sec_api/stdio_s.h:571:25: note: declared here
571 | _CRTIMP char* __cdecl gets_s(char*,rsize_t);
| ^~~~~~
|