5 lines
94 B
Cython
5 lines
94 B
Cython
|
cdef extern from *:
|
||
|
ctypedef bint bool
|
||
|
ctypedef void* nullptr_t
|
||
|
nullptr_t nullptr
|