5 lines
99 B
Cython
5 lines
99 B
Cython
|
cdef extern from "<sys/ioctl.h>" nogil:
|
||
|
enum: FIONBIO
|
||
|
|
||
|
int ioctl(int fd, int request, ...)
|