bindings-common-1.0: Support package for low-level FFI.Source codeContentsIndex
Bindings.C.Stdio
Description
http://www.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html
Documentation
c'BUFSIZ :: Num a => aSource
c'L_tmpnam :: Num a => aSource
c'_IOFBF :: Num a => aSource
c'_IOLBF :: Num a => aSource
c'_IONBF :: Num a => aSource
c'SEEK_CUR :: Num a => aSource
c'SEEK_END :: Num a => aSource
c'SEEK_SET :: Num a => aSource
c'FILENAME_MAX :: Num a => aSource
c'FOPEN_MAX :: Num a => aSource
c'TMP_MAX :: Num a => aSource
c'EOF :: Num a => aSource
c'clearerr :: Ptr CFile -> IO ()Source
c'fclose :: Ptr CFile -> IO CIntSource
p'clearerr :: FunPtr (Ptr CFile -> IO ())Source
c'feof :: Ptr CFile -> IO CIntSource
p'fclose :: FunPtr (Ptr CFile -> IO CInt)Source
c'ferror :: Ptr CFile -> IO CIntSource
p'feof :: FunPtr (Ptr CFile -> IO CInt)Source
c'fflush :: Ptr CFile -> IO CIntSource
p'ferror :: FunPtr (Ptr CFile -> IO CInt)Source
c'fgetc :: Ptr CFile -> IO CIntSource
p'fflush :: FunPtr (Ptr CFile -> IO CInt)Source
p'fgetc :: FunPtr (Ptr CFile -> IO CInt)Source
c'fgetpos :: Ptr CFile -> Ptr CFpos -> IO CIntSource
c'fgets :: CString -> CInt -> Ptr CFile -> IO CStringSource
p'fgetpos :: FunPtr (Ptr CFile -> Ptr CFpos -> IO CInt)Source
c'fopen :: CString -> CString -> IO (Ptr CFile)Source
p'fgets :: FunPtr (CString -> CInt -> Ptr CFile -> IO CString)Source
c'fputc :: CInt -> Ptr CFile -> IO CIntSource
p'fopen :: FunPtr (CString -> CString -> IO (Ptr CFile))Source
c'fputs :: CString -> Ptr CFile -> IO CIntSource
p'fputc :: FunPtr (CInt -> Ptr CFile -> IO CInt)Source
p'fputs :: FunPtr (CString -> Ptr CFile -> IO CInt)Source
c'fread :: Ptr () -> CSize -> CSize -> Ptr CFile -> IO CSizeSource
c'freopen :: CString -> CString -> Ptr CFile -> IO (Ptr CFile)Source
p'fread :: FunPtr (Ptr () -> CSize -> CSize -> Ptr CFile -> IO CSize)Source
c'fseek :: Ptr CFile -> CLong -> CInt -> IO CIntSource
p'freopen :: FunPtr (CString -> CString -> Ptr CFile -> IO (Ptr CFile))Source
c'fsetpos :: Ptr CFile -> Ptr CFpos -> IO CIntSource
p'fseek :: FunPtr (Ptr CFile -> CLong -> CInt -> IO CInt)Source
c'ftell :: Ptr CFile -> IO CLongSource
p'fsetpos :: FunPtr (Ptr CFile -> Ptr CFpos -> IO CInt)Source
p'ftell :: FunPtr (Ptr CFile -> IO CLong)Source
c'fwrite :: Ptr () -> CSize -> CSize -> Ptr CFile -> IO CSizeSource
c'getc :: Ptr CFile -> IO CIntSource
p'fwrite :: FunPtr (Ptr () -> CSize -> CSize -> Ptr CFile -> IO CSize)Source
c'getchar :: IO CIntSource
p'getc :: FunPtr (Ptr CFile -> IO CInt)Source
c'perror :: CString -> IO ()Source
p'getchar :: FunPtr (IO CInt)Source
c'putc :: CInt -> Ptr CFile -> IO CIntSource
p'perror :: FunPtr (CString -> IO ())Source
c'putchar :: CInt -> IO CIntSource
p'putc :: FunPtr (CInt -> Ptr CFile -> IO CInt)Source
c'puts :: CString -> IO CIntSource
p'putchar :: FunPtr (CInt -> IO CInt)Source
c'remove :: CString -> IO CIntSource
p'puts :: FunPtr (CString -> IO CInt)Source
p'remove :: FunPtr (CString -> IO CInt)Source
c'rename :: CString -> CString -> IO CIntSource
c'rewind :: Ptr CFile -> IO ()Source
p'rename :: FunPtr (CString -> CString -> IO CInt)Source
p'rewind :: FunPtr (Ptr CFile -> IO ())Source
c'setbuf :: Ptr CFile -> CString -> IO ()Source
p'setbuf :: FunPtr (Ptr CFile -> CString -> IO ())Source
c'setvbuf :: Ptr CFile -> CString -> CInt -> CSize -> IO CIntSource
c'tmpfile :: IO (Ptr CFile)Source
p'setvbuf :: FunPtr (Ptr CFile -> CString -> CInt -> CSize -> IO CInt)Source
p'tmpfile :: FunPtr (IO (Ptr CFile))Source
c'ungetc :: CInt -> Ptr CFile -> IO CIntSource
p'ungetc :: FunPtr (CInt -> Ptr CFile -> IO CInt)Source
Produced by Haddock version 2.4.2