#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <getopt.h>
#include "../io/fopen.c"
Classes | |
struct | kvpair |
Defines | |
#define | KEYSIZE 32 |
#define | FLOATDELTA 1e-9 |
Functions | |
int | comp (const void *, const void *) |
int | revComp (const void *, const void *) |
void | usage (char *progname) |
int | main (int argc, char **argv) |
#define FLOATDELTA 1e-9 |
#define KEYSIZE 32 |
int comp | ( | const void * | p1, | |
const void * | p2 | |||
) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
int revComp | ( | const void * | p1, | |
const void * | p2 | |||
) |
void usage | ( | char * | progname | ) |