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.

5–24Chapter 5 struct {int a; int b;} s;struct {int c; int d; int e;} t;s = t; /* error */ int i;i = &( i = 0 ); char **a;char *b;a = b; /* warning */ (void *) main(){typedef int array[10];array a;array *ap = a; /* warning */} void

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

Saved successfully!

Ooh no, something went wrong!