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