On Thu, Jun 12, 2008 at 6:35 PM, Greg Ewing <[EMAIL PROTECTED]> wrote: > Does anyone know what the correct way to spell "pointer to > any function" is in C99? It seems like just as legitimate > a notion to me as "pointer to any data", but I can't find > a way of expressing it.
I think you can just pick some arbitrary function pointer type, like (void (*)(void)). Carl _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
