yw_concat

Name

yw_concat -- concatenate 8bit strings

Synopsis


     #include <yw/util.h>
   

char *yw_concat(const char *a1, n);

DESCRIPTION

Concat all 8bit strings, last argument has to be NULL.

RETURN VALUE

yw_malloc()ed string.

SEE ALSO

yw_strdup (3), yw_free (3),

INFO

Generated from: util.c,v 1.4 2001/05/11 10:38:05 malekith Exp.