|
XINU
|
文字列Aに文字列Bをコピーする。 More...
Go to the source code of this file.
Functions | |
| int | strcpy (char *tar, char *src) |
| 文字列Aに文字列B(NULL終端を含めて)をコピーする。 More... | |
文字列Aに文字列Bをコピーする。
Definition in file strcpy.c.
| int strcpy | ( | char * | tar, |
| char * | src | ||
| ) |
1.8.13