Sign in
mojo
/
mojo-tools
/
a3a85dcebaa47d2c5e0cf5f5966a4590368de5ec
/
.
/
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
;
}