bzero函数时间:2023-03-09 20:33:07 函数原型:void bzero(void *s,int n) 作用:bzero函数的作用是将s指针指向的地址的前n个字节清零。 头文件:#include <string.h> eg.