Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ () — Coherent 3.1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


strcpy()                 String Function                 strcpy()




Copy one string into another

#include <string.h>
char *strcpy(string1, string2) char *string1, *string2;

strcpy copies the contents  of string2, up to the null character,
into string1 and returns string1.

***** Example *****

See string.

***** See Also *****

memcpy(), string functions, string.h, strncpy()

***** Notes *****

string1 must  point to enough  space to hold  string2, or another
portion of the program or operating system may be overwritten.




































COHERENT Lexicon                                           Page 1


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026