On Thu, May 14, 2009 at 9:58 PM, Mohamed Lrhazi <[email protected]> wrote: > On Thu, May 14, 2009 at 9:49 PM, Lisandro Dalcin <[email protected]> wrote: >> Could you tell me the EXACT type definition for "iovec" in your C header >> file? >> > > I defined it like this: > > ctypedef struct iovec: > void *iov_base > size_t iov_len
and the C header file does not actually define it.. it must be in a standard system includes? _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
