memset和printf(buf)编译出错 1.使用memset、memcpy等函数需要包含string.h而不是strings.h2.error: format not a string literal and no format arguments printf(buf); //liunx下编译上述代码时出现编译报错。 //解决方法: 将printf(buf) ... Other 2023-06-15 74 点赞 1 评论 112 浏览