摘要: #include <stdio.h> #include <string.h>#include <setjmp.h> setjmp第一次返回0 ,longjmp影响setjmp 的返回值 int main(){static jmp_buf jmpbuf;int a = setjmp(jmpbuf); 阅读全文
posted @ 2020-10-09 18:02 Monday1024 阅读(87) 评论(0) 推荐(0)