Typedeffing a function (NOT a function pointer)

前端 未结 6 2242
醉酒成梦
醉酒成梦 2020-12-17 05:20
typedef void int_void(int);

int_void is a function taking an integer and returning nothing.

My question is: can it be

6条回答
提交回复
热议问题