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