File:  [MW Coherent from dump] / coherent / a / usr / man / ALL / strcat
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:34 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
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



unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.