
NAME
strcat - Append one %NUL-terminated string to another
SYNOPSIS
char * strcat (char *dest, const char *src);
ARGUMENTS
dest The string to be appended to
src The string to append to it

strcat - Append one %NUL-terminated string to another
char * strcat (char *dest, const char *src);
dest The string to be appended to
src The string to append to it
Powered by the Ubuntu Manpage Repository generator
maintained by Dustin Kirkland
© 2010 Canonical Ltd. Ubuntu and Canonical are registered trademarks of Canonical Ltd.