Converts its argument, an 8-bit ASCII character, to a 7-bit ASCII character.
#include <ctype.h> int toascii (char character);