Rechercher une page de manuel
memmove
Langue: ja
Version: 1993-04-10 (mandriva - 01/05/08)
Section: 3 (Bibliothèques de fonctions)
名前
memmove - メモリ領域をコピーする。書式
#include <string.h> void *memmove(void *dest, const void *src, size_t n);
説明
memmove() は、メモリ領域src の先頭n バイトを メモリ領域dest にコピーする。コピー元とコピー先の 領域が重なっていてもよい。返り値
memmove() は dest へのポインタを返す。準拠
SVr4, 4.3BSD, C89, C99, POSIX.1-2001.関連項目
bcopy(3), memccpy(3), memcpy(3), strcpy(3), strncpy(3), wmemmove(3)Contenus ©2006-2023 Benjamin Poulain
Design ©2006-2023 Maxime Vantorre