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 |