Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ v10.0 : C library - <b>the sets of characters tested for by the </b> isalnum<b>, </b> isalpha<b>, </b> iscntrl<b>, </b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
The sets of characters tested for by the  isalnum,  isalpha,  iscntrl, 
islower,  isprint, and  isupper functions (4.3.1).

isalnum
    Characters 0-9, A-Z, a-z

isalpha
    Characters A-Z, a-z

iscntrl
    ASCII 0x00-0x1f, 0x7f

islower
    Characters a-z

isprint
    ASCII 0x20-0x7e

isupper
    Characters A-Z

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson