Commit fa5af37d authored by Martin Quarda's avatar Martin Quarda

Added mention about 'packed' keyword

parent 895300c6
......@@ -132,6 +132,7 @@ The ``cdef`` statement is used to make C level declarations for:
cdef struct Grail:
int age
float volume
..note Struct can be ``packed``, which have same effect as C directive ``#pragma pack(1)``.
:Unions:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment