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