Strcpy - HP B1476 68020 User Manual

Debugger/emulator
Table of Contents

Advertisement

Chapter 15: 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.
584

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1476 68030

Table of Contents