原型:extern void bzero(void *s, int n); 用法:#include <string.h> 功能:置字节字符串s的前n个字节为零。 说明:bzero无返回值。
posted on 2021-06-11 08:52 lodger47 阅读(46) 评论(0) 收藏 举报