ai-content-maker/.venv/Lib/site-packages/Cython/Includes/posix/ioctl.pxd

5 lines
99 B
Cython
Raw Permalink Normal View History

2024-05-03 04:18:51 +03:00
cdef extern from "<sys/ioctl.h>" nogil:
enum: FIONBIO
int ioctl(int fd, int request, ...)