xref: /phasta/phSolver/common/syncio.h (revision d7abaf6c7709145d1e6e6b7740bd56c3f238d064)
1 #ifndef SYNCIO_H
2 #define SYNCIO_H
3 #ifdef __cplusplus
4 extern "C" {
5 #endif
6 typedef struct phio_file* phio_fp;
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