Memset - HP 68000 Series User Manual

Debugger/simulator
Table of Contents

Advertisement

Chapter 11: Predefined Macros

memset

memset
Function
Set the value of characters in memory
Synopsis
char *memset (dest, byte_value, count)
char
char
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.
464
*dest;
byte_value;

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1466

Table of Contents