11.07.2015 Views

PicC 9.50 dsPIC Manual.pdf

PicC 9.50 dsPIC Manual.pdf

PicC 9.50 dsPIC Manual.pdf

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.

Library FunctionsMEMMOVESynopsis#include void * memmove (void * s1, const void * s2, size_t n)DescriptionThe memmove() function is similar to the function memcpy() except copying of overlapping blocksis handled correctly. That is, it will copy forwards or backwards as appropriate to correctly copy oneblock to another that overlaps it.See Alsostrncpy(), strncmp(), strchr(), memcpy()Return ValueThe function memmove() returns its first argument.170

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

Saved successfully!

Ooh no, something went wrong!