cython_options.toml 113 B

123456
  1. [cython]
  2. header = '"my_header.h"'
  3. [cython.cimports]
  4. "libc.stdint" = ["int8_t", "int16_t"]
  5. "libc.stddef" = ["*"]