4 lines
37 B
Cython
4 lines
37 B
Cython
|
|
cdef extern from *:
|
|
|
|
void root();
|
|
|
cdef extern from *:
|
|
|
|
void root();
|