toascii
Masks off bit 7 of a specified character
#include <ctype.h>
long
toascii
(
long c
)
Arguments
c
Input character
Return Value
The result of the masking operation is returned.
Explanation
Bit 7 of the input character
c
is masked off.