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