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