Go to the documentation of this file.
59 #include "io_lib_config.h"
71 #define KS_INITIALIZER {0,0,0}
74 #define KS_INIT(ks) ((ks)->l = 0, (ks)->m = 0, (ks)->s = NULL)
77 #define KS_FREE(ks) do { if ((ks)->s) free((ks)->s); } while(0)
232 SAM_hdr *sam_hdr_parse_(
const char *hdr,
int len);
338 char *ID_key,
char *ID_value);
353 char *ID_key,
char *ID_value);