Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PyPy
cffi
Commits
af1fb2b8ce3b
Commit
41cc5d63
authored
Jul 02, 2015
by
Armin Rigo
Browse files
Mention there are more args
parent
856cf4804a52
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/source/overview.rst
View file @
af1fb2b8
...
...
@@ -133,6 +133,8 @@ Real example (API level, out-of-line)
#include <pwd.h>
""",
libraries=[]) # or a list of libraries to link with
# (more arguments like setup.py's Extension class:
# include_dirs=[..], extra_objects=[..], and so on)
ffi.cdef(""" // some declarations from the man page
struct passwd {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment