mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-24 03:02:50 +02:00
6 lines
113 B
TOML
6 lines
113 B
TOML
[cython]
|
|
header = '"my_header.h"'
|
|
|
|
[cython.cimports]
|
|
"libc.stdint" = ["int8_t", "int16_t"]
|
|
"libc.stddef" = ["*"]
|