strncat
cat 2 strings together, terminate with null.
example
strncat
(
str1
,
str2
,
sizeof
(
str1
)
-
strlen
(
str1
)
-
1
);
standard
wood
related
backlinks
c_programming_a_modern_approach
index_of_files.pd
strcat