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