Ticore
13 years ago
C 語言下這三種函式宣告應該是一樣的吧?
int * f ();
int * ( f () );
int ( * f () ); // function () 符號優先於 pointer 符號的說法不正確?
立即下載