Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
|
#include <ctype.h>
Go to the source code of this file.
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. |