13.07.2015 Views

DSP56xxx C Cross-Compiler User's Guide - Tasking

DSP56xxx C Cross-Compiler User's Guide - Tasking

DSP56xxx C Cross-Compiler User's Guide - Tasking

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.

3–54Chapter 3void * _memcpy( void * dest, const void * src,unsigned int size );memcpyunsigned intsize_t_memcpymemcpy/* _memcpy for all memory spaces */_X int a[10];_Y int b[10];void main(void){_memset(a,1,sizeof(a));_memcpy(b,a,sizeof(a));}void * _memset( void * dest, int src,unsigned int size );memsetunsigned intsize_t_memsetmemset

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

Saved successfully!

Ooh no, something went wrong!