You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 lines
308 B

  1. cdef extern from "bcftools.pysam.h":
  2. int bcftools_dispatch(int argc, char *argv[])
  3. void bcftools_set_stderr(int fd)
  4. void bcftools_close_stderr()
  5. void bcftools_set_stdout(int fd)
  6. void bcftools_set_stdout_fn(const char *)
  7. void bcftools_close_stdout()
  8. void bcftools_set_optind(int)