bzero函数

函数原型:void bzero(void *s,int n)

作用:bzero函数的作用是将s指针指向的地址的前n个字节清零。

头文件:#include <string.h>

eg.

原文地址:https://www.cnblogs.com/winifred-tang94/p/5842473.html