Movatterモバイル変換


[0]ホーム

URL:


strcpy
Prev String Manipulation Next

Name

strcpy — Copy aNUL terminated string

Synopsis

char *strcpy(char *dest,
 const char *src);
 

Arguments

char * dest

Where to copy the string to

const char * src

Where to copy the string from


Prev Up Next
strncasecmp Home strncpy

[8]ページ先頭

©2009-2025 Movatter.jp