#ifndef __SEQREADER_H #define __SEQREADER_H const char *readSeq(const char *fileName, int *iseqLength); #endif