Menu

#4 tyepdef for function type

open
nobody
None
5
2001-04-06
2001-04-06
Jamis Buck
No

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.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.