Gamgee
You miserable little maggot. I'll stove your head in!
|
#include "htslib/hfile.h"
Go to the source code of this file.
Classes | |
struct | hFILE_backend |
Functions | |
hFILE * | hopen_net (const char *filename, const char *mode) |
int | hfile_oflags (const char *mode) |
hFILE * | hfile_init (size_t struct_size, const char *mode, size_t capacity) |
void | hfile_destroy (hFILE *fp) |
void hfile_destroy | ( | hFILE * | fp | ) |
hFILE* hfile_init | ( | size_t | struct_size, |
const char * | mode, | ||
size_t | capacity | ||
) |
int hfile_oflags | ( | const char * | mode | ) |
hFILE* hopen_net | ( | const char * | filename, |
const char * | mode | ||
) |