函數指針問題



Expert C programming :

英文: P79

中文:P67

typedef void(*ptr_to_func) (int )

/*
 this says that ptr_to_func is a pointer to a function
 that takes an int argument and returns void
*/
sdf

void (*signal (int sig, void(*func)(int))) (int)


發佈了23 篇原創文章 · 獲贊 1 · 訪問量 1萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章