stdlib.h 的函數abort() 使程式不正常的結束。 以下程式示範使用abort() 的結果 #include <stdlib.h> #include <stdio.h> int main(void) { printf("程式將會以不正常 ...
確定! 回上一頁