Replace gets(3) with fgets(3) in my-basic
gets(3) is going away; it's been removed by C11, and gcc now warns on it, breaking the build.
正在显示
请
注册
或者
登录
后发表评论
gets(3) is going away; it's been removed by C11, and gcc now warns on it, breaking the build.