Penguin
Annotated edit history of memset(3) version 1 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 MEMSET
2 !!!MEMSET
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 CONFORMING TO
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 memset - fill memory with a constant byte
14 !!SYNOPSIS
15
16
17 __#include
18 __''s''__, int__ ''c''__, size_t__ ''n''__);
19 __
20 !!DESCRIPTION
21
22
23 The __memset()__ function fills the first ''n'' bytes
24 of the memory area pointed to by ''s'' with the constant
25 byte ''c''.
26 !!RETURN VALUE
27
28
29 The __memset()__ function returns a pointer to the memory
30 area ''s''.
31 !!CONFORMING TO
32
33
34 SVID 3, BSD 4.3, ISO 9899
35 !!SEE ALSO
36
37
38 bzero(3), swab(3)
39 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.