How do we declare file pointers in Cython? If I use the following:
cdef FILE* f
It shows the error "FILE is not a type identifier".
Please suggest any changes.
How do we declare file pointers in Cython? If I use the following:
cdef FILE* f
It shows the error "FILE is not a type identifier".
Please suggest any changes.
Definitions here: https://github.com/cython/cython/blob/master/Cython/Includes/libc/stdio.pxd