xref: /phasta/phSolver/common/posixio.h (revision 7acde132a6def0fe2daaec0d1a712dff0e5c6636)
1 #ifndef POSIXIO_H
2 #define POSIXIO_H
3 #include "phIO.h"
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 void posixio_setup(phio_fp* f, char mode);
8 #ifdef __cplusplus
9 }
10 #endif
11 #endif
12