Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cython
Commits
11a9e73a
Commit
11a9e73a
authored
Feb 26, 2022
by
0dminnimda
Committed by
GitHub
Feb 26, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: Fix typo in external_C_code.rst (GH-4666)
parent
a40f34e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/src/userguide/external_C_code.rst
docs/src/userguide/external_C_code.rst
+2
-2
No files found.
docs/src/userguide/external_C_code.rst
View file @
11a9e73a
...
...
@@ -189,8 +189,8 @@ same applies equally to union and enum declarations.
+-------------------------+---------------------------------------------+-----------------------------------------------------------------------+
| C code | Possibilities for corresponding Cython Code | Comments |
+=========================+=============================================+=======================================================================+
| .. code-block:: c | :: | Cython will refer to the
as ``struct Foo`` in the generated C code.
|
| | |
|
| .. code-block:: c | :: | Cython will refer to the
type as ``struct Foo`` in
|
| | |
the generated C code.
|
| struct Foo { | cdef struct Foo: | |
| ... | ... | |
| }; | | |
...
...
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