xref: /phasta/phSolver/common/streamio.h (revision 549af74fb461f7d8ce0a416a687a37c8edc9e4f8)
1ab645d52SCameron Smith #ifndef STREAMIO_H
2ab645d52SCameron Smith #define STREAMIO_H
3ecf8d2a9SCameron Smith #include "phstream.h"
4*549af74fSCameron Smith #include "phIO.h"
5ab645d52SCameron Smith #ifdef __cplusplus
6ab645d52SCameron Smith extern "C" {
7ab645d52SCameron Smith #endif
8ecf8d2a9SCameron Smith void streamio_setup_read(phio_fp* f, grstream grs);
9ecf8d2a9SCameron Smith void streamio_setup_write(phio_fp* f, rstream rs);
10ab645d52SCameron Smith #ifdef __cplusplus
11ab645d52SCameron Smith }
12ab645d52SCameron Smith #endif
13ab645d52SCameron Smith #endif
14