memmove

Autres langues

Langue: pl

Autres versions - même langue

Version: 1993-04-10 (openSuse - 09/10/07)

Autres sections - même nom

Section: 3 (Bibliothèques de fonctions)

NAZWA

memmove - kopiuje obszar pamiêci

SK£ADNIA


#include <string.h>



void *memmove(void *dest, const void *src, size_t n);

OPIS

Funkcja memmove() kopiuje n bajtów z obszaru pamiêci src do obszaru pamiêci dest. Obszary te mog± na siebie nachodziæ.

WARTO¦Æ ZWRACANA

Funkcja memmove() zwraca wska¼nik do dest.

ZGODNE Z

SVID 3, BSD 4.3, ISO 9899

ZOBACZ TAK¯E

bcopy(3), memccpy(3), memcpy(3), strcpy(3), strncpy(3)