|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <ctype.h>
Functions | |
| int | toascii (int c) |
| Converts the given character to ASCII. More... | |
| int toascii | ( | int | ch | ) |
Converts the given character to ASCII.
Converts the given character to a 7-bit unsigned char value that fits into the ASCII character set.
| ch | character to be converted. |
Referenced by bad_input(), and good_input().

1.8.15