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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

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!