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.

Libraries 6–19#include _packed char p[10];void main( void ){int idx;char c = ’a’;for ( idx = 0; idx < 10; idx++, c++ )_pstr_put( p, idx, c );// build string ”abcd ...”printf( ”%S\n”, p ); // print packed string}#include size_t_read( int fd, char *base, size_t size );#include int _tolower( int c );cc• • • • • • • •

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

Saved successfully!

Ooh no, something went wrong!