void (*foo)( int );. In this example, foo is a pointer to a function taking one argument, an integer, and that returns void. It's ...
確定! 回上一頁