strcat(9) centos man page | unix.com

Man Page: strcat

Operating Environment: centos

Section: 9

STRCAT(9)						     Basic C Library Functions							 STRCAT(9)

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
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 STRCAT(9)
Related Man Pages
strcat(3) - linux
strncat(3) - debian
strcat(3) - opendarwin
strcat(3) - php
strncat(3) - opendarwin
Similar Topics in the Unix Linux Community
strcat() dumping core
`strcat' makes pointer from integer without a cast
segmentation fault while using popen
strcat outputs garbage
strcat in C