Table 4-7 C code for pure and impure functions A pure function not declared __pure A pure function declared __pure int fact(int n) { int f = 1; ...
確定! 回上一頁