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