Sign in
mojo
/
mojo-tools
/
f93f0c0b916efaf049364d8f8a2c99ddb86a0a3f
/
.
/
fusl
/
src
/
ctype
/
toascii.c
blob: 4d33c90c40bc38a4720ad85b662d1e544be1aedc [
file
]
#include
<ctype.h>
/* nonsense function that should NEVER be used! */
int
toascii
(
int
c
)
{
return
c
&
0x7f
;
}