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–18Chapter 5int f(int g, int) {return (g);} /* error */typedef int int_type;int h(int_type) {return (0);} /* error */ structunionextern struct unknown sa, sb;sa = sb; /* ’unknown’ does not have adefined type */ gotof1() { a: ; } /* W 116 */f2() { goto a; } /* error, label ’a:’ isnot defined in f2() */ f() { a: ; } /* ’a’ is not referenced */ unknown i;/* error, ’unknown’ undefined */i = 1; /* as a result, ’i’ is alsoundefined */ case

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

Saved successfully!

Ooh no, something went wrong!