From: Gabriel Gellner Date: Sat, 3 May 2008 17:47:35 +0000 (-0400) Subject: Applied final patch, a reminder to add a table. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7f20eee90e2a25cca53e741a53dd119f691460aa;p=cython.git Applied final patch, a reminder to add a table. --- diff --git a/docs/external_C_code.rst b/docs/external_C_code.rst index f4dc7334..2fb06675 100644 --- a/docs/external_C_code.rst +++ b/docs/external_C_code.rst @@ -159,6 +159,8 @@ 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``.