Typedef function pointer?
typedef is a language construct that associates a name to a type.You use it the same way you would use the original type, for instance using them like As you can see, you could just replace the typedefed name with its definition given above. The difficulty lies in the pointer to functions syntax and readability … Read more