strcat

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Autres sections - même nom

Section: 9 (Appels noyau Linux)

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