Strcat - HP 68000 Series User Manual

Debugger/simulator
Table of Contents

Advertisement

Chapter 11: Predefined Macros

strcat

strcat
Function
Concatenate two strings
Synopsis
char *strcat (dest, src)
char *dest, *src;
Description
The strcat macro appends a string to the end of another string. The string in
src is appended to the string in dest and a pointer to dest is returned.
Diagnostics
No checking is done on the size of dest.
471

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1466

Table of Contents