xref: /phasta/phSolver/common/streamio.h (revision 08d2ac07b0519855627ebfd43221a09a84cee7bb)
1 #ifndef STREAMIO_H
2 #define STREAMIO_H
3 #ifdef __cplusplus
4 extern "C" {
5 #endif
6 typedef struct phio_file* phio_fp;
7 typedef struct Stream stream;
8 void streamio_setup(stream* s, phio_fp* f, char mode);
9 #ifdef __cplusplus
10 }
11 #endif
12 #endif
13