Synopsis

void ugn_ZeroByte(long nbytes, void *dst)

Purpose

Zero bytes in memory.

Description

This function will zero the specified number of bytes at the the specified memory location. An inline function macro is also available for this function called ugn_ZEROBYTE which has the same arguments.

Input

nbytes

Number of bytes to zero

dst

Destination memory location