Strcpy - HP 68000 Series User Manual

Debugger/simulator
Table of Contents

Advertisement

Chapter 11: Predefined Macros

strcpy

strcpy
Function
Copy a string
Synopsis
char *strcpy (dest, src)
char *dest,
char *src;
Description
The strcpy macro copies src to dest until the NULL character is moved.
(Copying from the right parameter to the left resembles an assignment
statement.) A pointer to dest is returned.
Diagnostics
No checking is done on the size of dest.
474

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1466

Table of Contents