
Create an import library containing the necessary CRT functions and link with that, rather than the compiler's own version.
30 lines
225 B
Modula-2
30 lines
225 B
Modula-2
EXPORTS
|
|
__iob_func
|
|
_fileno
|
|
_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
|