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