This website works better with JavaScript
Home
Explore
Help
Register
Sign In
wzj
/
Sources_For_Win
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
3952626ba1
Branches
Tags
license-dev
master
Sources_For_...
/
ParaView
/
Lib
/
site-packages
/
cython
/
Includes
/
posix
/
ioctl.pxd
ioctl.pxd
99 B
History
Raw
1
2
3
4
cdef extern from "<sys/ioctl.h>" nogil:
enum: FIONBIO
int ioctl(int fd, int request, ...)