NVBIO
|
#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) |
Definition at line 84 of file hfile_net.c.