11.07.2015 Views

PicC 9.50 dsPIC Manual.pdf

PicC 9.50 dsPIC Manual.pdf

PicC 9.50 dsPIC Manual.pdf

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.

Library Functions}if(i = setjmp(jb)) {printf("setjmp returned %d\n", i);exit(0);}printf("setjmp returned 0 - good\n");printf("calling inner...\n");inner();printf("inner returned - bad!\n");See Alsosetjmp()Return ValueThe longjmp() routine never returns.NoteThe function which called setjmp() must still be active when longjmp() is called. Breach of this rulewill cause disaster, due to the use of a stack containing invalid data.162

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

Saved successfully!

Ooh no, something went wrong!