| delorie.com/djgpp/doc/libc/libc_505.html | search |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <ctype.h> int isascii(int c); |
Tells if c is an ASCII character (0x00 to 0x7f).
Nonzero if c is ASCII, else zero.
| ANSI/ISO C | No |
| POSIX | No |
| webmaster | delorie software privacy |
| Copyright © 2004 | Updated Apr 2004 |