STRCAT

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

strcat - Append one NUL-terminated string to another  

SYNOPSIS

"SYNOPSIS"

char * strcat (char * dest, const char * src);  

ARGUMENTS

dest
The string to be appended to
src
The string to append to it
 

DESCRIPTION

returns a pointer to dest


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:53 GMT, October 09, 2005