#include #include #include #include "haskell2c.h" /* foreign import hFlushC :: Handle -> Int */ int hFlushC (FileDesc* a) { return fflush(a->fp); }