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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

MEMCPY (9) <strong>NetBSD</strong> <strong>Kernel</strong> Developer’s <strong>Manual</strong> MEMCPY (9)<strong>NAME</strong>memcpy —copy byte stringSYNOPSIS#include void ∗memcpy(void ∗ restrict dst , const void ∗ restrict src , size_t len);DESCRIPTIONThe memcpy() function copies len bytes from string src to string dst. The arguments must not overlap-- behavior if the arguments overlap is undefined. To copy byte strings that overlap, use memmove(9).RETURN VALUESThe memcpy() function returns the original value of dst.SEE ALSOmemmove(9)STANDARDSThe memcpy() function conforms to ISO/IEC 9899:1999 (“ISO C99”).<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!