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