Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

10 wiersze
308 B

  1. cdef extern from "samtools.pysam.h":
  2. int samtools_dispatch(int argc, char *argv[])
  3. void samtools_set_stderr(int fd)
  4. void samtools_close_stderr()
  5. void samtools_set_stdout(int fd)
  6. void samtools_set_stdout_fn(const char *)
  7. void samtools_close_stdout()
  8. void samtools_set_optind(int)