xref: /phasta/phSolver/common/streamio.cc (revision d07d6b0bce59164eb805600ee5a92e9f870afc59)
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