而在Objective-C 所應用的c99 標準中,function pointer 是不可以透過assign 定義的。 // C int aFunction(void) {...} int* func_ptr(void) = &aFunction; // illegal ...
確定! 回上一頁