Gamgee
You miserable little maggot. I'll stove your head in!
|
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <sys/stat.h>
#include "htslib/hfile.h"
#include "htslib/hts_defs.h"
Functions | |
void HTS_NORETURN | fail (const char *format,...) |
void | check_offset (hFILE *f, off_t off, const char *message) |
char * | slurp (const char *filename) |
void | reopen (const char *infname, const char *outfname) |
int | main (void) |
Variables | |
hFILE * | fin = NULL |
hFILE * | fout = NULL |
void check_offset | ( | hFILE * | f, |
off_t | off, | ||
const char * | message | ||
) |
void HTS_NORETURN fail | ( | const char * | format, |
... | |||
) |
int main | ( | void | ) |
void reopen | ( | const char * | infname, |
const char * | outfname | ||
) |
char* slurp | ( | const char * | filename | ) |
hFILE* fin = NULL |
hFILE* fout = NULL |