Gamgee
You miserable little maggot. I'll stove your head in!
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
test-regidx.c File Reference
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include <htslib/regidx.h>

Functions

void error (const char *format,...)
 
int custom_parse (const char *line, char **chr_beg, char **chr_end, reg_t *reg, void *payload, void *usr)
 
void custom_free (void *payload)
 
int main (int argc, char **argv)
 

Function Documentation

void custom_free ( void *  payload)
int custom_parse ( const char *  line,
char **  chr_beg,
char **  chr_end,
reg_t reg,
void *  payload,
void *  usr 
)
void error ( const char *  format,
  ... 
)
int main ( int  argc,
char **  argv 
)