Penguin
Annotated edit history of bzero(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 BZERO
2 !!!BZERO
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 CONFORMING TO
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 bzero - write zeros to a byte string
14 !!SYNOPSIS
15
16
17 __#include
18 __''s''__, size_t__ ''n''__);
19 __
20 !!DESCRIPTION
21
22
23 The __bzero()__ function sets the first ''n'' bytes of
24 the byte string ''s'' to zero.
25 !!RETURN VALUE
26
27
28 The __bzero()__ function returns no value.
29 !!CONFORMING TO
30
31
32 4.3BSD. This function is deprecated -- use __memset__ in
33 new programs.
34 !!SEE ALSO
35
36
37 memset(3), swab(3)
38 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.