BZERO(3) | Linux Programmer's Manual | BZERO(3) |
bzero - 向字符串写入零
#include <string.h> void bzero(void *s, size_t n);
bzero() 函数 把 字符串 s 的 前 n 个 字节 置成 零.
bzero() 函数 无 返回值.
4.3BSD. 建议 不要 用 这个 函数 -- 请 在 新的 程序中 用 memset 函数.
唐友 <tony_ty@263.net>
2002/1/28
http://cmpp.linuxforum.net
本页面中文版由中文
man 手册页计划提供。
中文 man
手册页计划:https://github.com/man-pages-zh/manpages-zh
1993-04-09 | GNU |