# HG changeset patch # User Kirill Smelkov <[EMAIL PROTECTED]> # Date 1209831643 -14400 # Node ID 630bbffdd62e0e82c551334cbf4579b751859248 # Parent a81645475dc33f1916f6dc7ee5ec8f52141b20e8 Reminder to put the table about styles of struct, union and enum declarations
diff --git a/docs/external_C_code.rst b/docs/external_C_code.rst --- a/docs/external_C_code.rst +++ b/docs/external_C_code.rst @@ -158,6 +158,8 @@ header file, and the corresponding Cytho header file, and the corresponding Cython declaration that you should put in the ``cdef extern`` from block. Struct declarations are used as an example; the same applies equally to union and enum declarations. + +**TODO** put table here... Note that in all the cases below, you refer to the type in Cython code simply as :ctype:`Foo`, not ``struct Foo``. _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
