5 lines
93 B
Cython
5 lines
93 B
Cython
#cython: language_level=3
|
|
|
|
cdef bytes str2bytes(str string)
|
|
|
|
cdef str bytes2str(bytes string) |