strcat_code

Description

Append a source string held in CODE memory to a destination string held in RAM.

Definition

strcat_code(char *dst, char * const src)

Library

LIB/str_lib.bas

Usage

On entry:
dst is a pointer to a RAM buffer holding the destination string
src is a pointer to a CODE memory buffer holding the source string
On exit:
There is no return value