Cython has moved to github.

cython-devel

view tests/run/inlinepxd_support.pxd @ 1622:4f0327bdebc9

test for temp allocation bug in call
author Robert Bradshaw <robertwb@math.washington.edu>
date Sat Jan 17 01:25:34 2009 -0800 (3 years ago)
parents
children
line source
2 cdef inline int my_add(int a, int b, int c):
3 return a + b + c