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