Name
yw_string_concat -- append one string at the end of another
Synopsis
void yw_string_concat
(YwString *s,
const YwString *rest);
DESCRIPTION
This function appends string rest to the end of s.
INFO
Generated from: string.c,v 1.6 2001/05/23 08:46:01 malekith Exp.