Synopsis

void ugn_FillByte(long nbytes, char byte, void *dst)

Purpose

Fill bytes in memory.

Description

This function will fill nbytes bytes at the address dst with value byte.

Input

nbytes

Number of bytes to fill

byte

Byte value to fill with

dst

Memory location to fill