bindings-common-1.3.4: This package is obsolete. Look for bindings-DSL instead.Source codeContentsIndex
Bindings.C.Ctype
Description
http://www.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html
Documentation
c'isalnum :: CInt -> IO CIntSource
c'isalpha :: CInt -> IO CIntSource
c'isblank :: CInt -> IO CIntSource
p'isalnum :: FunPtr (CInt -> IO CInt)Source
c'iscntrl :: CInt -> IO CIntSource
p'isalpha :: FunPtr (CInt -> IO CInt)Source
c'isdigit :: CInt -> IO CIntSource
p'isblank :: FunPtr (CInt -> IO CInt)Source
c'isgraph :: CInt -> IO CIntSource
p'iscntrl :: FunPtr (CInt -> IO CInt)Source
c'islower :: CInt -> IO CIntSource
p'isdigit :: FunPtr (CInt -> IO CInt)Source
c'isprint :: CInt -> IO CIntSource
p'isgraph :: FunPtr (CInt -> IO CInt)Source
c'ispunct :: CInt -> IO CIntSource
p'islower :: FunPtr (CInt -> IO CInt)Source
c'isspace :: CInt -> IO CIntSource
p'isprint :: FunPtr (CInt -> IO CInt)Source
c'isupper :: CInt -> IO CIntSource
p'ispunct :: FunPtr (CInt -> IO CInt)Source
c'isxdigit :: CInt -> IO CIntSource
p'isspace :: FunPtr (CInt -> IO CInt)Source
c'tolower :: CInt -> IO CIntSource
p'isupper :: FunPtr (CInt -> IO CInt)Source
c'toupper :: CInt -> IO CIntSource
p'isxdigit :: FunPtr (CInt -> IO CInt)Source
p'tolower :: FunPtr (CInt -> IO CInt)Source
p'toupper :: FunPtr (CInt -> IO CInt)Source
Produced by Haddock version 2.4.2