setjmp
摘要:#include <setjmp.h> #include <stdio.h> jmp_buf j; void raise_exception(void) { printf("exception raised\n"); longjmp(j, 3); /* jump to exception handl
阅读全文
posted @ 2019-07-17 22:55
posted @ 2019-07-17 22:55
posted @ 2017-07-04 20:13
posted @ 2017-07-04 20:11