Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
memset(3)
Edit
PageHistory
Diff
Info
LikePages
MEMSET !!!MEMSET NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO ---- !!NAME memset - fill memory with a constant byte !!SYNOPSIS __#include __''s''__, int__ ''c''__, size_t__ ''n''__); __ !!DESCRIPTION The __memset()__ function fills the first ''n'' bytes of the memory area pointed to by ''s'' with the constant byte ''c''. !!RETURN VALUE The __memset()__ function returns a pointer to the memory area ''s''. !!CONFORMING TO SVID 3, BSD 4.3, ISO 9899 !!SEE ALSO bzero(3), swab(3) ----
5 pages link to
memset(3)
:
Man3m
bstring(3)
bzero(3)
wmemset(3)
MakeWhatIs
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.