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