Sign in
mingw
/
mingw-w64
/
f79594c209b1f16f3eb4fb9c788fe7b385a485a5
/
.
/
mingw-w64-crt
/
toascii.c
blob: ea6eb5e0d07dcb21f9b7fb1f42a2cce057a6f615 [
file
] [
log
] [
blame
]
#include
<ctype.h>
#undef
toascii
int
toascii
(
int
c
)
{
return
__toascii
(
c
);
}