Sun Java System Web Server 6.1 SP9 NSAPI Programmer's Guide

Example

/* this block of code does the same thing as func_exec */char 
*afunc = pblock_findval("afunction", pb);FuncPtr afnptr = func_find(afunc);
if (afnptr)     return (afnptr)(pb, sn, rq);