1 <!DOCTYPE HTML PUBLIC
"-//W3O//DTD W3 HTML 2.0//EN">
2 <!-- This collection of hypertext pages is Copyright 1995, 1996 by Steve Summit. -->
3 <!-- This material may be freely redistributed and used -->
4 <!-- but may not be republished or sold without permission. -->
7 <link rev=
"owner" href=
"mailto:scs@eskimo.com">
8 <link rev=
"made" href=
"mailto:scs@eskimo.com">
9 <title>section
7.8.2: Character Class Testing and Conversion
</title>
10 <link href=
"sx10h.html" rev=precedes
>
11 <link href=
"sx10j.html" rel=precedes
>
12 <link href=
"sx10.html" rev=subdocument
>
15 <H2>section
7.8.2: Character Class Testing and Conversion
</H2>
17 <p>One quirk of these functions,
18 which the authors mention briefly,
19 is that although they accept arguments of type
<TT>int
</TT>,
20 it is not legal to pass just any
<TT>int
</TT> value to them.
21 If you were to attempt to call
<TT>isupper(
12345)
</TT>,
22 it might do something bizarre.
23 You should only call these functions
24 with arguments which represent valid character values.
26 they are guaranteed to accept the value EOF gracefully.)
30 <a href=
"sx10h.html" rev=precedes
>prev
</a>
31 <a href=
"sx10j.html" rel=precedes
>next
</a>
32 <a href=
"sx10.html" rev=subdocument
>up
</a>
33 <a href=
"top.html">top
</a>
36 This page by
<a href=
"http://www.eskimo.com/~scs/">Steve Summit
</a>
37 //
<a href=
"copyright.html">Copyright
</a> 1995,
1996
38 //
<a href=
"mailto:scs@eskimo.com">mail feedback
</a>