OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [ctype/] [ctype.tex] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 39 lampret
@node Ctype
2
@chapter Character Type Macros and Functions (@file{ctype.h})
3
This chapter groups macros (which are also available as subroutines)
4
to classify characters into several categories (alphabetic,
5
numeric, control characters, whitespace, and so on), or to perform
6
simple character mappings.
7
 
8
The header file @file{ctype.h} defines the macros.
9
@menu
10
* isalnum::   Alphanumeric character predicate
11
* isalpha::   Alphabetic character predicate
12
* isascii::   ASCII character predicate
13
* iscntrl::   Control character predicate
14
* isdigit::   Decimal digit predicate
15
* islower::   Lower-case character predicate
16
* isprint::   Printable character predicates (isprint, isgraph)
17
* ispunct::   Punctuation character predicate
18
* isspace::   Whitespace character predicate
19
* isupper::   Uppercase character predicate
20
* isxdigit::  Hexadecimal digit predicate
21
* toascii::   Force integers to ASCII range
22
* tolower::   Translate characters to lower case
23
* toupper::   Translate characters to upper case
24
@end menu
25
 
26
@page
27
@include ctype/isalnum.def
28
 
29
@page
30
@include ctype/isalpha.def
31
 
32
@page
33
@include ctype/isascii.def
34
 
35
@page
36
@include ctype/iscntrl.def
37
 
38
@page
39
@include ctype/isdigit.def
40
 
41
@page
42
@include ctype/islower.def
43
 
44
@page
45
@include ctype/isprint.def
46
 
47
@page
48
@include ctype/ispunct.def
49
 
50
@page
51
@include ctype/isspace.def
52
 
53
@page
54
@include ctype/isupper.def
55
 
56
@page
57
@include ctype/isxdigit.def
58
 
59
@page
60
@include ctype/toascii.def
61
 
62
@page
63
@include ctype/tolower.def
64
 
65
@page
66
@include ctype/toupper.def
67
 
68
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.