ctype

@extern
object ctype
class Object
trait Matchable
class Any
ctype.type

Value members

Concrete methods

def digittoint(c: CInt): CInt
def isalnum(c: CInt): CInt
def isalpha(c: CInt): CInt
def isascii(c: CInt): CInt
def isblank(c: CInt): CInt
def iscntrl(c: CInt): CInt
def isdigit(c: CInt): CInt
def isgraph(c: CInt): CInt
def ishexnumber(c: CInt): CInt
def isideogram(c: CInt): CInt
def islower(c: CInt): CInt
def isnumber(c: CInt): CInt
def isphonogram(c: CInt): CInt
def isprint(c: CInt): CInt
def ispunct(c: CInt): CInt
def isrune(c: CInt): CInt
def isspace(c: CInt): CInt
def isspecial(c: CInt): CInt
def isupper(c: CInt): CInt
def isxdigit(c: CInt): CInt
def toascii(c: CInt): CInt
def tolower(c: CInt): CInt
def toupper(c: CInt): CInt