tyepdef for function type
Brought to you by:
adragos
A typedef of a function pointer appears to be treated
as a function, rather than a typedef. The following
example may be used to demonstrate this:
typedef int (*type_my_func)( char*, int, int, char* );
In the table of contents, this is listed in the
functions listing, rather than the typedef listing.