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