Sets the contents of a memory location to 0.
int srv_bzero (
void * location,
DBINT count );
where
SUCCEED if the memory was successfully set to 0; otherwise, FAIL.
The memory location must be a valid non-null pointer. The srv_bzero function is provided for backward compatibility with earlier versions of Open Data Services. It is equivalent to the memset function.
This entry | For information about |
---|---|
srv_bmove | Copying bytes to memory |