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
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