Cython has moved to github.

cython

view tests/compile/callingconvention.pyx @ 724:4e4808271bdf

Bump version number.
author Robert Bradshaw <robertwb@math.washington.edu>
date Thu Jun 12 16:53:51 2008 -0700 (3 years ago)
parents
children 915e04bb7c49
line source
1 cdef extern int f()
3 cdef extern int __stdcall g()
5 cdef extern int __cdecl h()
7 cdef extern int (__stdcall *p)()