VMS Help CC, Run-time functions, isascii *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Returns a nonzero integer if its argument is any ASCII character. Otherwise, it returns 0. Syntax: #include <ctype.h> int isascii(int character);
|