bindings-common-1.3.4: This package is obsolete. Look for bindings-DSL instead.
Source code
Contents
Index
Bindings.C.Ctype
Description
http://www.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html
Documentation
c'isalnum
::
CInt
->
IO
CInt
Source
c'isalpha
::
CInt
->
IO
CInt
Source
c'isblank
::
CInt
->
IO
CInt
Source
p'isalnum
::
FunPtr
(
CInt
->
IO
CInt
)
Source
c'iscntrl
::
CInt
->
IO
CInt
Source
p'isalpha
::
FunPtr
(
CInt
->
IO
CInt
)
Source
c'isdigit
::
CInt
->
IO
CInt
Source
p'isblank
::
FunPtr
(
CInt
->
IO
CInt
)
Source
c'isgraph
::
CInt
->
IO
CInt
Source
p'iscntrl
::
FunPtr
(
CInt
->
IO
CInt
)
Source
c'islower
::
CInt
->
IO
CInt
Source
p'isdigit
::
FunPtr
(
CInt
->
IO
CInt
)
Source
c'isprint
::
CInt
->
IO
CInt
Source
p'isgraph
::
FunPtr
(
CInt
->
IO
CInt
)
Source
c'ispunct
::
CInt
->
IO
CInt
Source
p'islower
::
FunPtr
(
CInt
->
IO
CInt
)
Source
c'isspace
::
CInt
->
IO
CInt
Source
p'isprint
::
FunPtr
(
CInt
->
IO
CInt
)
Source
c'isupper
::
CInt
->
IO
CInt
Source
p'ispunct
::
FunPtr
(
CInt
->
IO
CInt
)
Source
c'isxdigit
::
CInt
->
IO
CInt
Source
p'isspace
::
FunPtr
(
CInt
->
IO
CInt
)
Source
c'tolower
::
CInt
->
IO
CInt
Source
p'isupper
::
FunPtr
(
CInt
->
IO
CInt
)
Source
c'toupper
::
CInt
->
IO
CInt
Source
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