xref: /phasta/phSolver/common/flush.c (revision d7abaf6c7709145d1e6e6b7740bd56c3f238d064)
1 #include <FCMangle.h>
2 #define flush FortranCInterface_GLOBAL(flush, FLUSH)
3 
4 void flush(int* junk ){ return; }
5 
6