bzero()

copy zeroes into string 

Function


SYNOPSIS

#include <string.h>

void bzero(char *s, int n);


DESCRIPTION

The bzero() function copies n bytes, each with a value of zero, into string s.


PARAMETERS

s 

Points to a buffer that zeros are copied into.

n 

Is the number of zeros to be copied into the buffer.


RETURN VALUES

None.


CONFORMANCE

4.4BSD.


MULTITHREAD SAFETY LEVEL

MT-Safe.


PORTING ISSUES

This function is deprecated. Use memset() instead.


AVAILABILITY

PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition


SEE ALSO

Functions:
bcmp(), bcopy(), ffs(), memcmp(), memcpy(), memmove(), memset()


PTC MKS Toolkit 10.4 Documentation Build 39.