|
Gamgee
You miserable little maggot. I'll stove your head in!
|
#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.h>#include "htslib/sam.h"#include "htslib/kstring.h"Macros | |
| #define | PI 3.141592653589793 |
| #define | E 2.718281828459045 |
| #define | HELLO "Hello, world!" |
| #define | BEEF "DEADBEEF" |
| #define | str(x) #x |
| #define | xstr(x) str(x) |
Functions | |
| uint8_t * | check_bam_aux_get (const bam1_t *aln, const char *tag, char type) |
| int | main (void) |
Variables | |
| int | status |
| #define BEEF "DEADBEEF" |
| #define E 2.718281828459045 |
| #define HELLO "Hello, world!" |
| #define PI 3.141592653589793 |
| #define str | ( | x | ) | #x |
| #define xstr | ( | x | ) | str(x) |
| uint8_t* check_bam_aux_get | ( | const bam1_t * | aln, |
| const char * | tag, | ||
| char | type | ||
| ) |
| int main | ( | void | ) |
| int status |
1.8.8