Something like this?
typedef float (*psraBProc)( int x );
float psraBFunc( int x )
{
}
int r;
psraBProc psraB;
float f;
psraB = psraBFunc;
f = psraB( r );
Last edited by wildgoose; Aug 10th, 2009 at 12:56 am.
Reputation Points: 546
Solved Threads: 99
Practically a Posting Shark
Offline 891 posts
since Jun 2009