On Tue, Dec 2, 2008 at 2:07 PM, Robert Bradshaw
<[EMAIL PROTECTED]> wrote:

>> Not sure about Cython, but the following works in Pyrex:
>>
>>    cdef struct foo
>>
>>    ctypedef foo foo_t
>>
>>    cdef struct foo:
>>      foo_t *f
>
> Yes, this works in Cython too.

Ok, thanks, that should solve my problem.

David
_______________________________________________
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to