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