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
Boxiang Sun
cython
6e4779ce55cdfce9600d0b29734cfa0e9a624365
6e4779ce55cdfce9600d0b29734cfa0e9a624365
Switch branch/tag
cython
docs
examples
tutorial
external
keyword_args.pyx
Find file
Normal view
History
Permalink
keyword_args.pyx
90 Bytes
Edit
Web IDE
Newer
Older
The code snippets from external.rst are now tested with the mode "compile"....
gabrieldemarmiesse
committed
6 years ago
1
2
cdef
extern
from
"string.h"
:
char
*
strstr
(
const
char
*
haystack
,
const
char
*
needle
)