yw_string_concat

Name

yw_string_concat -- append one string at the end of another

Synopsis


     #include <yw/string.h>
   

void yw_string_concat(YwString *s, const YwString *rest);

DESCRIPTION

This function appends string rest to the end of s.

SEE ALSO

yw_concat (3),

INFO

Generated from: string.c,v 1.6 2001/05/23 08:46:01 malekith Exp.