xref: /phasta/phSolver/common/syncio.h (revision f32d06b0b1e744f84fd57c0f41a02cce85651286)
1 #ifndef SYNCIO_H
2 #define SYNCIO_H
3 #include "phIO.h"
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 void syncio_setup_read(int nfiles, phio_fp* f);
8 void syncio_setup_write(int nfiles, int nfields, int nppf, phio_fp* f);
9 #ifdef __cplusplus
10 }
11 #endif
12 #endif
13