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