xref: /phasta/phSolver/common/streamio.cc (revision d7abaf6c7709145d1e6e6b7740bd56c3f238d064)
1 #include "streamio.h"
2 
3 #ifdef __cplusplus
4 extern "C" {
5 #endif
6 void streamio_setup(stream*, phio_fp*) {
7   return;
8 }
9 #ifdef __cplusplus
10 }
11 #endif
12