Gamgee
You miserable little maggot. I'll stove your head in!
|
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <getopt.h>
#include <unistd.h>
#include "htslib/hfile.h"
#include "htslib/hts.h"
#include "htslib/sam.h"
#include "htslib/vcf.h"
Enumerations | |
enum | { identify, view_headers, view_all } |
Functions | |
int | main (int argc, char **argv) |
Variables | |
enum { ... } | mode = identify |
int | show_headers = 1 |
int main | ( | int | argc, |
char ** | argv | ||
) |
enum { ... } mode |
int show_headers = 1 |