Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
musl
/
5b546faa67544af395d6407553762b37e9711157
/
.
/
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
;
}