_ZERO - ***OBSOLETE*** Use "memset" instead.
(Not in the ANSI standard)
Usage:
#include <sdgstd.h>
_zero( p, N );
Where:
- char *p;
- points to the start of the memory that is to be cleared.
- int N;
- gives the number of bytes to be cleared.
Description:
"_zero" sets N bytes to zero, beginning at "*p".
This function is obsolete; use "memset" instead.
See Also:
expl c lib memset
Copyright © 2000, Thinkage Ltd.