12.07.2015 Views

INTRO (9) NetBSD Kernel Developer's Manual INTRO (9) NAME ...

INTRO (9) NetBSD Kernel Developer's Manual INTRO (9) NAME ...

INTRO (9) NetBSD Kernel Developer's Manual INTRO (9) NAME ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

MEMMOVE (9) <strong>NetBSD</strong> <strong>Kernel</strong> Developer’s <strong>Manual</strong> MEMMOVE (9)<strong>NAME</strong>memmove —copy byte stringSYNOPSIS#include void ∗memmove(void ∗dst , const void ∗src , size_t len);DESCRIPTIONThe memmove() function copies len bytes from string src to string dst. The two strings may overlap; thecopy isalways done in a non-destructive manner.RETURN VALUESThe memmove() function returns the original value of dst.SEE ALSOmemcpy(9)STANDARDSThe memmove() function conforms to ANSI X3.159-1989 (“ANSI C89”).<strong>NetBSD</strong> 3.0 July 7, 2001 1

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!