Author: Armin Rigo <[email protected]>
Branch:
Changeset: r412:b55d529c7010
Date: 2012-06-17 19:10 +0200
http://bitbucket.org/cffi/cffi/changeset/b55d529c7010/
Log: Link to an example.
diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -273,7 +273,8 @@
necessary ``#include``. It can also contain the complete
implementation of some functions declared in ``cdef()``; this is
useful if you really need to write a piece of C code, e.g. to access
- some advanced macros.
+ some advanced macros (see the example of ``getyx()`` in
+ ``demo/_curses.py``).
* ``include_dirs``, ``define_macros``, ``undef_macros``, ``libraries``,
``library_dirs``, ``extra_objects``, ``extra_compile_args``,
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit