DEBSOURCES
Skip Quicknav
sources / cython / 3.0.11%2Bdfsg-2 / tests / compile / packed_structs.pyx
12345678910
# mode: compile cdef extern from *: cdef packed struct MyStruct: char a cdef public packed struct PublicStruct: int a unsigned char b int c