[][src]Function avr_libc::toascii

pub unsafe extern "C" fn toascii(__c: i16) -> i16

\ingroup ctype

Converts \c c to a 7-bit unsigned char value that fits into the ASCII character set, by clearing the high-order bits.

\warning Many people will be unhappy if you use this function. This function will convert accented letters into random characters.