Linux编程时使用gcc编译.c出现以下问题warning: the `gets' function is dangerous and should not be used.
Linux编程时使用gcc编译.c出现以下问题
[root@localhost final1]# gcc -pthread client.c
/tmp/ccSuK4v5.o: In function `writedata':
client.c:(.text+0xb2a): warning: the `gets' function is dangerous and should not be us...
原创
2018-12-14 17:56:16 ·
1703 阅读 ·
1 评论