Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
8 lines (7 sloc) 153 Bytes
/*
$Id$
*/
extern void gcInit(int maxReadLength);
extern void gcProcessSequence(int l,int c);
extern void gcPrintDistribution(FILE *fp);
void gcClose();