suse man page for strcat

Query: strcat

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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 2.6. July 2010 STRCAT(9)
Related Man Pages
strcat(3) - centos
strncat(3) - debian
strncat(3) - suse
strcat(3) - minix
strncat(3) - opendarwin
Similar Topics in the Unix Linux Community
`strcat' makes pointer from integer without a cast
strcat equivalent in shell scripting
segmentation fault while using popen
strcat outputs garbage
strcat in C