2000-02-17 20:38:33 +01:00
|
|
|
;
|
|
|
|
; __FILENAME__
|
|
|
|
;
|
|
|
|
; Exports from the runtime except that these exports are actually preceeded
|
|
|
|
; by a underscore in the actual DLL. These correspond to functions which
|
|
|
|
; are non-ANSI and were prefixed with an underscore to avoid name space
|
|
|
|
; clutter. However many, in fact most programs still use a few of these
|
|
|
|
; functions without the underscore. This .def file is specially processed
|
|
|
|
; to make those non-underscored name function calls call the equivalent
|
|
|
|
; underscored functions.
|
|
|
|
;
|
|
|
|
; Contributors:
|
|
|
|
; Created by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
|
|
|
|
; Maintained by Mumit Khan <khan@xraylith.wisc.edu>
|
|
|
|
;
|
|
|
|
; THIS SOFTWARE IS NOT COPYRIGHTED
|
|
|
|
;
|
|
|
|
; This source code is offered for use in the public domain. You may
|
|
|
|
; use, modify or distribute it freely.
|
|
|
|
;
|
|
|
|
; This code is distributed in the hope that it will be useful but
|
|
|
|
; WITHOUT ANY WARRANTY. ALL WARRENTIES, EXPRESS OR IMPLIED ARE HEREBY
|
|
|
|
; DISCLAMED. This includes but is not limited to warrenties of
|
|
|
|
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
;
|
|
|
|
EXPORTS
|
|
|
|
access
|
|
|
|
beep
|
|
|
|
chdir
|
|
|
|
chmod
|
|
|
|
chsize
|
|
|
|
close
|
|
|
|
creat
|
|
|
|
cwait
|
2002-03-26 23:23:25 +01:00
|
|
|
#if !(__CRTDLL__)
|
2000-02-17 20:38:33 +01:00
|
|
|
daylight DATA
|
2002-03-26 23:23:25 +01:00
|
|
|
#endif
|
2000-02-17 20:38:33 +01:00
|
|
|
dup
|
|
|
|
dup2
|
|
|
|
ecvt
|
|
|
|
eof
|
|
|
|
execl
|
|
|
|
execle
|
|
|
|
execlp
|
|
|
|
execlpe
|
|
|
|
execv
|
|
|
|
execve
|
|
|
|
execvp
|
|
|
|
execvpe
|
|
|
|
fcvt
|
|
|
|
fdopen
|
|
|
|
fgetchar
|
|
|
|
fgetwchar
|
|
|
|
filelength
|
|
|
|
fileno
|
2002-06-13 12:20:48 +02:00
|
|
|
; Alias fpreset is set in CRT_fp10,c and CRT_fp8.c.
|
|
|
|
; fpreset
|
2000-02-17 20:38:33 +01:00
|
|
|
fputchar
|
|
|
|
fputwchar
|
|
|
|
fstat
|
|
|
|
ftime
|
|
|
|
gcvt
|
|
|
|
getch
|
|
|
|
getche
|
|
|
|
getcwd
|
|
|
|
getpid
|
|
|
|
getw
|
|
|
|
heapwalk
|
|
|
|
isatty
|
|
|
|
itoa
|
|
|
|
kbhit
|
2003-07-03 09:50:53 +02:00
|
|
|
lfind
|
|
|
|
lsearch
|
2000-02-17 20:38:33 +01:00
|
|
|
lseek
|
|
|
|
ltoa
|
|
|
|
memccpy
|
|
|
|
memicmp
|
|
|
|
mkdir
|
|
|
|
mktemp
|
|
|
|
open
|
|
|
|
pclose
|
|
|
|
popen
|
|
|
|
putch
|
|
|
|
putenv
|
|
|
|
putw
|
|
|
|
read
|
|
|
|
rmdir
|
2003-12-13 22:22:34 +01:00
|
|
|
rmtmp
|
2000-02-17 20:38:33 +01:00
|
|
|
searchenv
|
|
|
|
seterrormode
|
|
|
|
setmode
|
|
|
|
sleep
|
|
|
|
sopen
|
|
|
|
spawnl
|
|
|
|
spawnle
|
|
|
|
spawnlp
|
|
|
|
spawnlpe
|
|
|
|
spawnv
|
|
|
|
spawnve
|
|
|
|
spawnvp
|
|
|
|
spawnvpe
|
|
|
|
stat
|
|
|
|
strcmpi
|
|
|
|
strdup
|
|
|
|
stricmp
|
|
|
|
stricoll
|
|
|
|
strlwr
|
|
|
|
strnicmp
|
|
|
|
strnset
|
|
|
|
strrev
|
|
|
|
strset
|
|
|
|
strupr
|
|
|
|
swab
|
|
|
|
tell
|
|
|
|
tempnam
|
2002-03-26 23:23:25 +01:00
|
|
|
#if !(__CRTDLL__)
|
2000-02-17 20:38:33 +01:00
|
|
|
timezone DATA
|
|
|
|
#endif
|
|
|
|
; export tzname for both. See <time.h>
|
|
|
|
tzname DATA
|
|
|
|
tzset
|
|
|
|
umask
|
|
|
|
ungetch
|
|
|
|
unlink
|
|
|
|
utime
|
|
|
|
wcsdup
|
|
|
|
wcsicmp
|
|
|
|
wcsicoll
|
|
|
|
wcslwr
|
|
|
|
wcsnicmp
|
|
|
|
wcsnset
|
|
|
|
wcsrev
|
|
|
|
wcsset
|
|
|
|
wcsupr
|
2002-03-26 23:23:25 +01:00
|
|
|
#if !(__CRTDLL__)
|
|
|
|
wpopen
|
|
|
|
#endif
|
2000-02-17 20:38:33 +01:00
|
|
|
write
|
2002-07-29 05:00:10 +02:00
|
|
|
; non-ANSI functions declared in math.h
|
|
|
|
j0
|
|
|
|
j1
|
|
|
|
jn
|
2000-02-17 20:38:33 +01:00
|
|
|
y0
|
|
|
|
y1
|
|
|
|
yn
|
2002-07-29 05:00:10 +02:00
|
|
|
chgsign
|
|
|
|
scalb
|
|
|
|
finite
|
|
|
|
fpclass
|
|
|
|
; C99 functions
|
|
|
|
cabs
|
|
|
|
hypot
|
|
|
|
logb
|
|
|
|
nextafter
|