source: trunk/dll/crt.def@ 11

Last change on this file since 11 was 2, checked in by root, 23 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.8 KB
Line 
1;/*****************************************************************************/
2;/* */
3;/* DDE4MBS.DLL definitions file */
4;/* */
5;/* Licensed Materials - Property of IBM */
6;/* */
7;/* IBM C Set/2 Version 1.0 */
8;/* (C) Copyright International Business Machines Corp., 1991,1992 */
9;/* All rights reserved */
10;/* */
11;/* US Government Users Restricted Rights - */
12;/* Use, duplication, or disclosure restricted */
13;/* by GSA ADP Schedule Contract with IBM Corp. */
14;/* */
15;/*****************************************************************************/
16
17LIBRARY CRT TERMINSTANCE
18PROTMODE
19DATA MULTIPLE NONSHARED READWRITE LOADONCALL
20CODE LOADONCALL
21STUB 'COPYV1R0.EXE'
22EXPORTS
23 _PGLOBAL_PTR
24 _cputsused
25 _critlib_except ; ****
26 _ctype
27 _DosSelToFlat ; ****
28 _DosFlatToSel ; ****
29 _environ ; ****
30 _errno
31 _getcheused
32 _osmajor
33 _osminor
34 _osmode
35 _timezone
36 _tzname
37 _ungetchused
38 stderr
39 stdin
40 stdout
41 _CRT_init ; ****
42 _CheckIfMem
43 _EXE_Exception ; ****
44 _Exception ; ****
45 _Flush
46 _Fmprs
47 _Fnprs
48 _GetErrMsg
49 _InitBuf
50 _Lib_excpt
51 _PrintErrMsg ; ****
52 _ReleaseSem
53 _RequestSem
54 __EDC3216
55 __EDCThunkProlog
56 __dofmto
57 __doserrno
58 __goscan
59 __threadid
60 _assert
61 _atold
62 _beginthread
63 _cputs
64 _ddused
65 _dposqnan
66 _ecvt
67 _endthread
68 _erf
69 _erfc
70 _exception_dllinit ; ****
71 _exception_procinit ; ****
72 _fcloseall
73 _fopenused
74 _fposqnan
75 _fposinfi
76 _fpreset
77 _FreeFCB
78 _freemod
79 _gcvt
80 _getche
81 _heapmin
82 _InitFCB
83 _internal_err
84 _itoa
85 _j0
86 _j1
87 _jn
88 _ldposqnan
89 _ldposinfi
90 _loadmod
91 _ltoa
92 _matherr ; ****
93 _putenv
94 _setupenv
95 _terminate ; ****
96 _test_handle
97 _tmemory_sem
98 _tzset
99 _ultoa
100 _y0
101 _y1
102 _yn
103 abort
104 abs
105 asctime
106 atexit
107 atof
108 atoi
109 atol
110 bsearch
111 calloc
112 clearerr
113 clock
114 ctime
115 difftime
116 exit ; ****
117 fclose
118 feof
119 ferror
120 fflush
121 fgetc
122 fgetpos
123 fgets
124 fopen
125 fprintf
126 fputc
127 fputs
128 fread
129 free ; ****
130 freopen
131 frexp
132 fscanf
133 fseek
134 fsetpos
135 ftell
136 fwrite
137 getchar
138 getenv
139 gmtime
140 isalnum
141 isalpha
142 iscntrl
143 isdigit
144 isgraph
145 islower
146 isprint
147 ispunct
148 isspace
149 isupper
150 isxdigit
151 localeconv
152 localtime
153 malloc ; ****
154 memccpy
155 memchr
156 memcmp
157 memcpy
158 memicmp
159 memmove
160 memset
161 mktime
162 perror
163 printf
164 qsort
165 raise
166 rand
167 realloc
168 remove
169 rename
170 rewind
171 scanf
172 setbuf
173 setvbuf
174 signal
175 sprintf
176 srand
177 sscanf
178 strcat
179 strchr
180 strcmp
181 strcoll
182 strcpy
183 strcspn
184 strdup ; ****
185 strerror
186 strftime
187 stricmp
188 strlen
189 strlwr
190 strncat
191 strncmp
192 strncpy
193 strnicmp
194 strpbrk ; ****
195 strrchr
196 strspn
197 strstr
198 strtod
199 strtok
200 strtol
201 strtold
202 strtoul
203 strupr
204 strxfrm
205 system
206 tan
207 tanh
208 time
209 tmpfile
210 tmpnam
211 tolower
212 toupper
213 ungetc
214 vfprintf
215 vprintf
216 vsprintf
Note: See TracBrowser for help on using the repository browser.