Posts Tagged ‘swab’

bzero – write zero-valued bytes
USAGE
#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 [...]

Wednesday, August 26th, 2009 at 02:56 | Comments Off
Categories: B
Tags: , ,
TOP