| www.delorie.com/djgpp/doc/libc-2.01/libc_600.html | search |
#include <string.h> char *strcat(char *s1, const char *s2);
This function concatenates s2 to the end of s1.
s1
char buf[100] = "hello"; strcat(buf, " there");
Go to the first, previous, next, last section, table of contents.
| prev next webmaster | delorie software privacy |
| Copyright © 1997 | Updated Apr 1997 |