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__
lib
readcolumns.h
Generated on Tue Dec 1 2015 23:21:52 for The VisAO Camera by
1.8.9.1