Cython has moved to github.

cython-devel

view tests/run/inlinepxd_support.pxd @ 1409:151d8366f329

Inline function definitions in pxd files
author Dag Sverre Seljebotn <dagss@student.matnat.uio.no>
date Thu Nov 27 19:29:12 2008 +0100 (3 years ago)
parents
children
line source
2 cdef inline int my_add(int a, int b, int c):
3 return a + b + c