D
DrTodd13
If "void (__cdecl *)()" is a pointer to a function whose calling
convention is cdecl then what are:
void __cdecl (*)();
void __cdecl (__cdecl *)();
void __cdecl (__stdcall *)();
GCC happily accepts all these permutations.
convention is cdecl then what are:
void __cdecl (*)();
void __cdecl (__cdecl *)();
void __cdecl (__stdcall *)();
GCC happily accepts all these permutations.