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