• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1;
2; moldname-msvcrt.def
3;
4; Exports from the runtime except that these exports are actually preceeded
5; by a underscore in the actual DLL. These correspond to functions which
6; are non-ANSI and were prefixed with an underscore to avoid name space
7; clutter. However many, in fact most programs still use a few of these
8; functions without the underscore. This .def file is specially processed
9; to make those non-underscored name function calls call the equivalent
10; underscored functions.
11;
12; Contributors:
13; Created by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
14; Maintained by Mumit Khan <khan@xraylith.wisc.edu>
15;
16; THIS SOFTWARE IS NOT COPYRIGHTED
17;
18; This source code is offered for use in the public domain. You may
19; use, modify or distribute it freely.
20;
21; This code is distributed in the hope that it will be useful but
22; WITHOUT ANY WARRANTY. ALL WARRENTIES, EXPRESS OR IMPLIED ARE HEREBY
23; DISCLAMED. This includes but is not limited to warrenties of
24; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
25;
26EXPORTS
27access
28chdir
29chmod
30chsize
31close
32creat
33cwait
34
35daylight DATA
36
37dup
38dup2
39ecvt
40eof
41execl
42execle
43execlp
44execlpe
45execv
46execve
47execvp
48execvpe
49fcvt
50fdopen
51fgetchar
52fgetwchar
53filelength
54fileno
55; Alias fpreset is set in CRT_fp10,c and CRT_fp8.c.
56; fpreset
57fputchar
58fputwchar
59;ftime
60gcvt
61getch
62getche
63getcwd
64getpid
65getw
66heapwalk
67isatty
68itoa
69kbhit
70lfind
71lsearch
72lseek
73ltoa
74memccpy
75memicmp
76mkdir
77mktemp
78open
79pclose
80popen
81putch
82putenv
83putw
84read
85rmdir
86rmtmp
87searchenv
88setmode
89sopen
90spawnl
91spawnle
92spawnlp
93spawnlpe
94spawnv
95spawnve
96spawnvp
97spawnvpe
98strcmpi
99strdup
100stricmp
101stricoll
102strlwr
103strnicmp
104strnset
105strrev
106strset
107strupr
108swab
109tell
110tempnam
111
112timezone DATA
113
114; export tzname for both. See <time.h>
115tzname DATA
116tzset
117umask
118ungetch
119unlink
120utime
121wcsdup
122wcsicmp
123wcsicoll
124wcslwr
125wcsnicmp
126wcsnset
127wcsrev
128wcsset
129wcsupr
130
131wpopen
132
133write
134; non-ANSI functions declared in math.h
135j0
136j1
137jn
138y0
139y1
140yn
141chgsign
142scalb
143finite
144fpclass
145; C99 functions
146;cabs
147hypot
148;logb
149nextafter
150