Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
bzero(3)
Edit
PageHistory
Diff
Info
LikePages
BZERO !!!BZERO NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO ---- !!NAME bzero - write zeros to a byte string !!SYNOPSIS __#include __''s''__, size_t__ ''n''__); __ !!DESCRIPTION The __bzero()__ function sets the first ''n'' bytes of the byte string ''s'' to zero. !!RETURN VALUE The __bzero()__ function returns no value. !!CONFORMING TO 4.3BSD. This function is deprecated -- use __memset__ in new programs. !!SEE ALSO memset(3), swab(3) ----
3 pages link to
bzero(3)
:
Man3b
bstring(3)
memset(3)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.