Memset - HP B1476 68020 User Manual

Debugger/emulator
Table of Contents

Advertisement

memset

Function
Set the value of characters in memory
Synopsis
char *memset (dest, byte_value, count)
char
*dest;
char
byte_value;
unsigned count;
Description
The memset macro sets the first count characters in memory area dest to the
value of character byte_value.
Diagnostics
The memset macro returns dest.
Chapter 15: Predefined Macros
memset
573

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1476 68030

Table of Contents