If we defined a type SigCatcher as an alias for the pointer to function type: typedef void (*SigCatcher)(int);. then we could declare signal() using: SigCatcher ...
確定! 回上一頁