The VisAO Camera
readcolumns.h
1 
2 #include <iostream>
3 #include <fstream>
4 
5 #include <stdarg.h>
6 #include <cstring>
7 
8 #include <cstdlib>
9 
10 #ifndef __readcol_h__
11 #define __readcol_h__
12 
13 int readcolumns(const char * fname, std::string delims, char comment, const char * format, ...);
14 
15 #endif //__readcol_h__