Informix DataBlade API Programmer's Manual
DataBlade API Function Descriptions
stcat()
The
stcat()
function concatenates one null-terminated string to the end of another.
Syntax
void stcat(
s
,
dest
)
char *s, *dest;
s
is a pointer to the start of the string that
stcat()
places at the end of the destination string.
dest
is a pointer to the start of the null-terminated destination string.
Informix DataBlade API Programmer's Manual
, Version 9.2
Copyright © 1999, Informix Software, Inc. All rights reserved