summaryrefslogtreecommitdiff
path: root/testsuite/tests/concurrent/prog002/FileIO.hs
blob: bf97712287904d8b899ad47b23827f51f1ad4aac (plain)
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