xref: /phasta/phSolver/common/streamio.h (revision a486e66cd1a203504dc61f59920441d8dcf90091)
1ab645d52SCameron Smith #ifndef STREAMIO_H
2ab645d52SCameron Smith #define STREAMIO_H
3ecf8d2a9SCameron Smith #include "phstream.h"
4549af74fSCameron 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);
10*a486e66cSCameron Smith void streamio_set_gr(grstream grs);
11*a486e66cSCameron Smith grstream streamio_get_gr();
12ab645d52SCameron Smith #ifdef __cplusplus
13ab645d52SCameron Smith }
14ab645d52SCameron Smith #endif
15ab645d52SCameron Smith #endif
16