|
|
coherent
strcat() String Function strcat() Concatenate strings #include <string.h> cchhaarr *ssttrrccaatt(_s_t_r_i_n_g_1, _s_t_r_i_n_g_2) cchhaarr *_s_t_r_i_n_g_1, *_s_t_r_i_n_g_2; strcat appends all characters in string2 onto the end of string1. It returns the modified string1. ***** Example ***** For an example of this function, see the entry for string functions. ***** See Also ***** string functions, string.h, strncat() ***** Notes ***** string1 must point to enough space to hold itself and string2; otherwise, another portion of the program may be overwritten. COHERENT Lexicon Page 1
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.