1 2 3 4 5 6 7 8 9
module FileIO where import System.IO import Foreign import Foreign.C foreign import ccall safe "fileio.h c_file_getresult" c_file_getresult :: CInt -> IO CInt