Commit 91a19d19 authored by Stefan Behnel's avatar Stefan Behnel

minor doc improvement

parent 0f1a5eb3
......@@ -132,7 +132,9 @@ 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)``.
..note Structs can be declared as ``cdef packed struct``, which has
the same effect as the 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