Next:
strtod
Up:
C Library
Previous:
getenv
Contents
Index
strcpy
#include <cstring> char str1[] = "hello world"; char str2[80]; strcpy( str2, str1);