Merge to trunk HEAD(r36856)
[reactos.git] / reactos / lib / 3rdparty / mingw / moldname-msvcrt.def
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 ;
26 EXPORTS
27 access
28 chdir
29 chmod
30 chsize
31 close
32 creat
33 cwait
34
35 daylight DATA
36
37 dup
38 dup2
39 ecvt
40 eof
41 execl
42 execle
43 execlp
44 execlpe
45 execv
46 execve
47 execvp
48 execvpe
49 fcvt
50 fdopen
51 fgetchar
52 fgetwchar
53 filelength
54 fileno
55 ; Alias fpreset is set in CRT_fp10,c and CRT_fp8.c.
56 ; fpreset
57 fputchar
58 fputwchar
59 ftime
60 gcvt
61 getch
62 getche
63 getcwd
64 getpid
65 getw
66 heapwalk
67 isatty
68 itoa
69 kbhit
70 lfind
71 lsearch
72 lseek
73 ltoa
74 memccpy
75 memicmp
76 mkdir
77 mktemp
78 open
79 pclose
80 popen
81 putch
82 putenv
83 putw
84 read
85 rmdir
86 rmtmp
87 searchenv
88 setmode
89 sopen
90 spawnl
91 spawnle
92 spawnlp
93 spawnlpe
94 spawnv
95 spawnve
96 spawnvp
97 spawnvpe
98 strcmpi
99 strdup
100 stricmp
101 stricoll
102 strlwr
103 strnicmp
104 strnset
105 strrev
106 strset
107 strupr
108 swab
109 tell
110 tempnam
111
112 timezone DATA
113
114 ; export tzname for both. See <time.h>
115 tzname DATA
116 tzset
117 umask
118 ungetch
119 unlink
120 utime
121 wcsdup
122 wcsicmp
123 wcsicoll
124 wcslwr
125 wcsnicmp
126 wcsnset
127 wcsrev
128 wcsset
129 wcsupr
130
131 wpopen
132
133 write
134 ; non-ANSI functions declared in math.h
135 j0
136 j1
137 jn
138 y0
139 y1
140 yn
141 chgsign
142 scalb
143 finite
144 fpclass
145 ; C99 functions
146 cabs
147 hypot
148 logb
149 nextafter