Sign in
cobalt
/
cobalt
/
286dd7840608e9cf78bc4a603ff2ec2ee39750c5
/
.
/
src
/
third_party
/
musl
/
src
/
ctype
/
toascii.c
blob: f0e48e8e91761585db15fbc6a6f2e5fa74496c23 [
file
] [
log
] [
blame
]
#include
<ctype.h>
/* nonsense function that should NEVER be used! */
int
toascii
(
int
c
)
{
return
c
&
0x7f
;
}