e41a4f85e9
This directory contained a mix of both c/cython source code, scripts, and build information. Now, source is in src, scripts are in scripts, and setup.py is in the root.
4 lines
79 B
Cython
4 lines
79 B
Cython
from libc.stdint cimport int64_t, uint64_t
|
|
from libc.stddef cimport ptrdiff_t
|
|
|