This directory contains basic C functions for a number of different
applications. The interfaces are:

col.h        Handle the col format
dna.h        Handle DNA
file.h       Handle files
graph.h      Handle garphs (mathematical graphs with nodes and edges)
llist.h      Handle linked lists
protein.h    Handle proteins
rna.h        Handle RNA

The .c files a contains the corresponding code.
