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.

<strong>Compiler</strong> Diagnostics 5–17 int f(int [][2]);int f(int [][3]); /* error */ int f(int);int f(long); /* error different typein parameter list */ float d = 10E9999; /* error, too big */ typedef int F(); F f(); /* error */typedef int A[2]; A g(); /* error */ typedef• • • • • • • •

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

Saved successfully!

Ooh no, something went wrong!