bzero 中文man页面

系统
bzero() 函数 把 字符串 s 的 前 n 个 字节 置成 零.

NAME

bzero - 向字符串写入零

总览 (SYNOPSIS)

#include <string.h>

void bzero(void *s, size_t n);

描述 (DESCRIPTION)

bzero() 函数 把 字符串 s 的 前 n 个 字节 置成 零.

返回值 (RETURN VALUE)

bzero() 函数 无 返回值.

遵循 (CONFORMING TO)

4.3BSD. 建议 不要 用 这个 函数 -- 请 在 新的 程序中 用 memset 函数.

参见 (SEE ALSO)

memset(3), swab(3)

#p#

NAME

bzero - write zero bytes  

SYNOPSIS

#include <strings.h>

void bzero(void *s, size_t n);

DESCRIPTION

The bzero() function sets the first n bytes of the byte area starting at s to zero.  

RETURN VALUE

None.  

CONFORMING TO

4.3BSD. This function is deprecated -- use memset in new programs.  

SEE ALSO

memset(3), swab(3)

责任编辑:韩亚珊 来源: CMPP.net
相关推荐

2011-08-15 10:21:09

man中文man

2011-08-24 16:48:36

man中文man

2011-08-11 16:11:49

at中文man

2011-08-25 10:21:56

man.conf中文man

2011-08-11 15:03:21

ACCESS中文man

2011-08-11 15:28:43

ali中文man

2011-08-11 16:31:49

biff中文man

2011-08-11 17:16:43

cce中文man

2011-08-11 18:05:04

chvt中文man

2011-08-11 18:13:07

clear中文man

2011-08-12 09:13:02

df中文man

2011-08-12 09:38:06

dircolors中文man

2011-08-12 09:44:37

dirname中文man

2011-08-12 10:20:02

echo中文man

2011-08-12 10:25:55

eject中文man

2011-08-12 11:07:19

git中文man

2011-08-12 13:18:19

head中文man

2011-08-12 13:49:23

hostid中文man

2011-08-12 13:54:46

hostname中文man

2011-08-12 14:53:56

kill中文man
点赞
收藏

51CTO技术栈公众号