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