From 7f20eee90e2a25cca53e741a53dd119f691460aa Mon Sep 17 00:00:00 2001 From: Gabriel Gellner Date: Sat, 3 May 2008 13:47:35 -0400 Subject: [PATCH] Applied final patch, a reminder to add a table. --- docs/external_C_code.rst | 2 ++ 1 file changed, 2 insertions(+) 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``. -- 2.26.2