
Redirecting ansicon to NUL would still write to the console, as NUL is regarded as a character device. Export IsConsoleHandle and use that instead of _isatty.
31 lines
240 B
Modula-2
31 lines
240 B
Modula-2
EXPORTS
|
|
__iob_func
|
|
_fileno
|
|
_get_osfhandle
|
|
_iob
|
|
_isatty
|
|
_setmode
|
|
_snwprintf
|
|
_wcsicmp
|
|
_wtoi
|
|
fflush
|
|
fputws
|
|
free
|
|
fwprintf
|
|
iswctype
|
|
malloc
|
|
memchr
|
|
memcpy
|
|
memmove
|
|
qsort
|
|
setlocale
|
|
sprintf
|
|
towlower
|
|
wcschr
|
|
wcscmp
|
|
wcscpy
|
|
wcslen
|
|
wcspbrk
|
|
wcsstr
|
|
wprintf
|