about typedef# Programming - 葵花宝典
d*s
1 楼
I see the following prototype:
typedef void (*fn) ( Session, Status);
what is the meaning of the keyword "typedef" here?
Thanks.
typedef void (*fn) ( Session, Status);
what is the meaning of the keyword "typedef" here?
Thanks.