jpayne@69: # cython: language_level=3 jpayne@69: cdef extern from "bcftools.pysam.h": jpayne@69: jpayne@69: int bcftools_dispatch(int argc, char *argv[]) jpayne@69: void bcftools_set_stderr(int fd) jpayne@69: void bcftools_close_stderr() jpayne@69: void bcftools_set_stdout(int fd) jpayne@69: void bcftools_set_stdout_fn(const char *) jpayne@69: void bcftools_close_stdout()