]> git.donarmstrong.com Git - fastq-tools.git/blob - src/swsse2/matrix.h
a new and improved parser
[fastq-tools.git] / src / swsse2 / matrix.h
1 /******************************************************************
2   Copyright 2006 by Michael Farrar.  All rights reserved.
3   This program may not be sold or incorporated into a commercial product,
4   in whole or in part, without written consent of Michael Farrar.  For 
5   further information regarding permission for use or reproduction, please 
6   contact: Michael Farrar at farrar.michael@gmail.com.
7 *******************************************************************/
8
9 /*
10   Written by Michael Farrar, 2006.
11   Please send bug reports and/or suggestions to farrar.michael@gmail.com.
12 */
13
14 #ifndef INCLUDE_MATRIX_H
15 #define INCLUDE_MATRIX_H
16
17 signed char *readMatrix (char *file);
18
19 #endif /* INCLUDE_MATRIX_H */