Table of Contents Previous topic Next topic
C COMPILER LIBRARY FUNCTION REFERENCE->Detailed Descriptions->strcat()
Summary
#include <string.h>
| char *strcat(char* string1,const char* string2); | Append one string to another |
| string1 | String to be extended |
| string2 | String to be appended |