There seem to be many ways to define rffi structs, rffi.Struct CStruct,
rffi_platform.Struct, lltype.Struct, what I need is this:

There's a struct defined in a c header I'm including via rffi. I want to
malloc it, but I don't want to define what the contents are, it's just a
blob that this library requires me to malloc and free. So I really don't
even know the size. What should I be using?

Timothy
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to