File name: struct.h
struct.h
typedef struct oligo { int len; int *bases; } Oligo; typedef struct sym { int len; int *bases; char *name; } Sym;