Very nice explaination. But should this line:
typedef int (FunctionOne *)(char *,char *) ;
be like this?
typedef int (*FunctionOne)(char *,char *);
Or am I missing something.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.