Lisandro Dalcin wrote: > Greg, I´m not a C lawyer, but as reference, the MPI standard uses > "typedef int (f)(args)" everywhere
I just tried an experiment, and gcc seems to acccept either typedef int f(void); or typedef int (f)(void); -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
