Sign in
mingw
/
mingw-w64
/
5a4e4bff8f0353ca2c628ff5491b87be18cc737d
/
.
/
mingw-w64-crt
/
crt64
/
isascii.c
blob: 3412eebd16039960807987831d205ebcf4d97fcf [
file
] [
log
] [
blame
]
#include
<ctype.h>
#undef
isascii
int
isascii
(
int
c
)
{
return
__isascii
(
c
);
}