7 lines
113 B
TOML
7 lines
113 B
TOML
[cython]
|
|
header = '"my_header.h"'
|
|
|
|
[cython.cimports]
|
|
"libc.stdint" = ["int8_t", "int16_t"]
|
|
"libc.stddef" = ["*"]
|