Cython has moved to github.

cython

view tests/compile/food.h @ 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 a8804ba88ce6
children
line source
1 struct Tomato {
2 PyObject_HEAD
3 };
5 struct Bicycle{
6 PyObject_HEAD
7 };