Carl Witty wrote: > I think you can just pick some arbitrary function pointer type, like > (void (*)(void)).
I suppose so, but it's not quite the same thing, since you wouldn't get the ability to assign any function to one of these without casting. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
