檔案:trycatch.c. #include <stdio.h> #include <setjmp.h> enum Error { NoError=0, DivByZero=1, FileError=2 }; jmp_buf jumper; void run(char ...
確定! 回上一頁