moved some header files from top level to crtdll directory
[reactos.git] / reactos / lib / crtdll / crtdll.def
1 ;
2 ; crtdll.def
3 ;
4 ; Exports from crtdll.dll from Windows 95 SYSTEM directory. Hopefully this
5 ; should also work with the crtdll provided with Windows NT.
6 ;
7 ; Contributors:
8 ; Created by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
9 ;
10 ; THIS SOFTWARE IS NOT COPYRIGHTED
11 ;
12 ; This source code is offered for use in the public domain. You may
13 ; use, modify or distribute it freely.
14 ;
15 ; This code is distributed in the hope that it will be useful but
16 ; WITHOUT ANY WARRANTY. ALL WARRENTIES, EXPRESS OR IMPLIED ARE HEREBY
17 ; DISCLAMED. This includes but is not limited to warrenties of
18 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
19 ;
20 ; $Revision: 1.4 $
21 ; $Author: ariadne $
22 ; $Date: 1999/04/02 21:43:45 $
23 ;
24 ; These three functions appear to be name mangled in some way, so GCC is
25 ; probably not going to be able to use them in any case.
26 ;
27 ; ??2@YAPAXI@Z
28 ; ??3@YAXPAX@Z
29 ; ?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z
30 ;
31 ; Added functionallt equivalent placeholders:
32 ;
33 ; __builtin_new
34 ; __builtin_delete
35 ; _set_new_handler__FPFUi_i
36 ;
37 ;
38 ; These are functions for which I have not yet written prototypes or
39 ; otherwise set up (they are still included below though unlike those
40 ; first three).
41 ;
42 ; _CIacos
43 ; _CIasin
44 ; _CIatan
45 ; _CIatan2
46 ; _CIcos
47 ; _CIcosh
48 ; _CIexp
49 ; _CIfmod
50 ; _CIlog
51 ; _CIlog10
52 ; _CIpow
53 ; _CIsin
54 ; _CIsinh
55 ; _CIsqrt
56 ; _CItan
57 ; _CItanh
58 ; __dllonexit
59 ; __mb_cur_max_dll
60 ; __threadhandle
61 ; __threadid
62 ; _abnormal_termination
63 ; _acmdln_dll
64 ; _aexit_rtn_dll
65 ; _amsg_exit
66 ; _commit
67 ; _commode_dll
68 ; _cpumode_dll
69 ; _ctype
70 ; _daylight_dll
71 ; _environ_dll
72 ; _expand
73 ; _fcloseall
74 ; _filbuf
75 ; _fileinfo_dll
76 ; _flsbuf
77 ; _flushall
78 ; _fmode_dll
79 ; _fpieee_flt
80 ; _fsopen
81 ; _ftol
82 ; _getdiskfree
83 ; _getdllprocaddr
84 ; _getdrive
85 ; _getdrives
86 ; _getsystime
87 ; _getw
88 ; _initterm
89 ; _ismbbalnum
90 ; _ismbbalpha
91 ; _ismbbgraph
92 ; _ismbbkalnum
93 ; _ismbbkana
94 ; _ismbbkpunct
95 ; _ismbblead
96 ; _ismbbprint
97 ; _ismbbpunct
98 ; _ismbbtrail
99 ; _ismbcalpha
100 ; _ismbcdigit
101 ; _ismbchira
102 ; _ismbckata
103 ; _ismbcl0
104 ; _ismbcl1
105 ; _ismbcl2
106 ; _ismbclegal
107 ; _ismbclower
108 ; _ismbcprint
109 ; _ismbcspace
110 ; _ismbcsymbol
111 ; _ismbcupper
112 ; _ismbslead
113 ; _ismbstrail
114 ; _lfind
115 ; _loaddll
116 ; _lrotl
117 ; _lrotr
118 ; _lsearch
119 ; _makepath
120 ; _matherr
121 ; _mbbtombc
122 ; _mbbtype
123 ; _mbccpy
124 ; _mbcjistojms
125 ; _mbcjmstojis
126 ; _mbclen
127 ; _mbctohira
128 ; _mbctokata
129 ; _mbctolower
130 ; _mbctombb
131 ; _mbctoupper
132 ; _mbctype
133 ; _mbsbtype
134 ; _mbscat
135 ; _mbscmp
136 ; _mbscpy
137 ; _mbscspn
138 ; _mbsdec
139 ; _mbsdup
140 ; _mbsicmp
141 ; _mbsinc
142 ; _mbslen
143 ; _mbslwr
144 ; _mbsnbcat
145 ; _mbsnbcmp
146 ; _mbsnbcnt
147 ; _mbsnbcpy
148 ; _mbsnbicmp
149 ; _mbsnbset
150 ; _mbsnccnt
151 ; _mbsncmp
152 ; _mbsncpy
153 ; _mbsnextc
154 ; _mbsnicmp
155 ; _mbsninc
156 ; _mbsnset
157 ; _mbspbrk
158 ; _mbsrchr
159 ; _mbsrev
160 ; _mbsset
161 ; _mbsspn
162 ; _mbsspnp
163 ; _mbsstr
164 ; _mbstrlen
165 ; _mbsupr
166 ; _onexit
167 ; _osver_dll
168 ; _osversion_dll
169 ; _pctype_dll
170 ; _purecall
171 ; _putw
172 ; _pwctype_dll
173 ; _rmtmp
174 ; _rotl
175 ; _rotr
176 ; _setsystime
177 ; _snprintf
178 ; _snwprintf
179 ; _splitpath
180 ; _strdate
181 ; _strdec
182 ; _strinc
183 ; _strncnt
184 ; _strnextc
185 ; _strninc
186 ; _strspnp
187 ; _strtime
188 ; _tempnam
189 ; _timezone_dll
190 ; _tzname
191 ; _tzset
192 ; _ultoa
193 ; _unloaddll
194 ; _vsnprintf
195 ; _vsnwprintf
196 ; _winmajor_dll
197 ; _winminor_dll
198 ; _winver_dll
199 ; _wtoi
200 ; _wtol
201 ;
202 EXPORTS
203 __builtin_new
204 __builtin_delete
205 _set_new_handler__FPFUi_i
206 _CIacos
207 _CIasin
208 _CIatan
209 _CIatan2
210 _CIcos
211 _CIcosh
212 _CIexp
213 _CIfmod
214 _CIlog
215 _CIlog10
216 _CIpow
217 _CIsin
218 _CIsinh
219 _CIsqrt
220 _CItan
221 _CItanh
222 _HUGE_dll
223 _XcptFilter
224 __GetMainArgs
225 __argc_dll
226 __argv_dll
227 __dllonexit
228 __doserrno
229 __fpecode
230 __isascii
231 __iscsym
232 __iscsymf
233 __mb_cur_max_dll
234 __pxcptinfoptrs
235 __threadhandle
236 __threadid
237 __toascii
238 _abnormal_termination
239 _access
240 _acmdln_dll
241 _aexit_rtn_dll
242 _amsg_exit
243 _assert
244 _basemajor_dll
245 _baseminor_dll
246 _baseversion_dll
247 _beep
248 _beginthread
249 _c_exit
250 _cabs
251 _cexit
252 _cgets
253 _chdir
254 _chdrive
255 _chgsign
256 _chmod
257 _chsize
258 _clearfp
259 _close
260 _commit
261 _commode_dll
262 _control87
263 _controlfp
264 _copysign
265 _cprintf
266 _cpumode_dll
267 _cputs
268 _creat
269 _cscanf
270 _ctype
271 _cwait
272 _daylight_dll
273 _dup
274 _dup2
275 _ecvt
276 _endthread
277 _environ_dll
278 _eof
279 _errno
280 _except_handler2
281 _execl
282 _execle
283 _execlp
284 _execlpe
285 _execv
286 _execve
287 _execvp
288 _execvpe
289 _exit
290 _expand
291 _fcloseall
292 _fcvt
293 _fdopen
294 _fgetchar
295 _fgetwchar
296 _filbuf
297 _fileinfo_dll
298 _filelength
299 _fileno
300 _findclose
301 _findfirst
302 _findnext
303 _finite
304 _flsbuf
305 _flushall
306 _fmode_dll
307 _fpclass
308 _fpieee_flt
309 _fpreset
310 _fputchar
311 _fputwchar
312 _fsopen
313 _fstat
314 _ftime
315 _ftol
316 _fullpath
317 _futime
318 _gcvt
319 _get_osfhandle
320 _getch
321 _getche
322 _getcwd
323 _getdcwd
324 _getdiskfree
325 _getdllprocaddr
326 _getdrive
327 _getdrives
328 _getpid
329 _getsystime
330 _getw
331 _global_unwind2
332 _heapchk
333 _heapmin
334 _heapset
335 _heapwalk
336 _hypot
337 _initterm
338 _iob
339 _isatty
340 _isctype
341 _ismbbalnum
342 _ismbbalpha
343 _ismbbgraph
344 _ismbbkalnum
345 _ismbbkana
346 _ismbbkpunct
347 _ismbblead
348 _ismbbprint
349 _ismbbpunct
350 _ismbbtrail
351 _ismbcalpha
352 _ismbcdigit
353 _ismbchira
354 _ismbckata
355 _ismbcl0
356 _ismbcl1
357 _ismbcl2
358 _ismbclegal
359 _ismbclower
360 _ismbcprint
361 _ismbcspace
362 _ismbcsymbol
363 _ismbcupper
364 _ismbslead
365 _ismbstrail
366 _isnan
367 _itoa
368 _j0
369 _j1
370 _jn
371 _kbhit
372 _lfind
373 _loaddll
374 _local_unwind2
375 _locking
376 _logb
377 _lrotl
378 _lrotr
379 _lsearch
380 _lseek
381 _ltoa
382 _makepath
383 _matherr
384 _mbbtombc
385 _mbbtype
386 _mbccpy
387 _mbcjistojms
388 _mbcjmstojis
389 _mbclen
390 _mbctohira
391 _mbctokata
392 _mbctolower
393 _mbctombb
394 _mbctoupper
395 _mbctype
396 _mbsbtype
397 _mbscat
398 _mbschr
399 _mbscmp
400 _mbscpy
401 _mbscspn
402 _mbsdec
403 _mbsdup
404 _mbsicmp
405 _mbsinc
406 _mbslen
407 _mbslwr
408 _mbsnbcat
409 _mbsnbcmp
410 _mbsnbcnt
411 _mbsnbcpy
412 _mbsnbicmp
413 _mbsnbset
414 _mbsncat
415 _mbsnccnt
416 _mbsncmp
417 _mbsncpy
418 _mbsnextc
419 _mbsnicmp
420 _mbsninc
421 _mbsnset
422 _mbspbrk
423 _mbsrchr
424 _mbsrev
425 _mbsset
426 _mbsspn
427 _mbsspnp
428 _mbsstr
429 _mbstok
430 _mbstrlen
431 _mbsupr
432 _memccpy
433 _memicmp
434 _mkdir
435 _mktemp
436 _msize
437 _nextafter
438 _onexit
439 _open
440 _open_osfhandle
441 _osmajor_dll
442 _osminor_dll
443 _osmode_dll
444 _osver_dll
445 _osversion_dll
446 _pclose
447 _pctype_dll
448 _pgmptr_dll
449 _pipe
450 _popen
451 _purecall
452 _putch
453 _putenv
454 _putw
455 _pwctype_dll
456 _read
457 _rmdir
458 _rmtmp
459 _rotl
460 _rotr
461 _scalb
462 _searchenv
463 _seterrormode
464 _setjmp
465 _setmode
466 _setsystime
467 _sleep
468 _snprintf
469 _snwprintf
470 _sopen
471 _spawnl
472 _spawnle
473 _spawnlp
474 _spawnlpe
475 _spawnv
476 _spawnve
477 _spawnvp
478 _spawnvpe
479 _splitpath
480 _stat
481 _statusfp
482 _strcmpi
483 _strdate
484 _strdec
485 _strdup
486 _strerror
487 _stricmp
488 _stricoll
489 _strinc
490 _strlwr
491 _strncnt
492 _strnextc
493 _strnicmp
494 _strninc
495 _strnset
496 _strrev
497 _strset
498 _strspnp
499 _strtime
500 _strupr
501 _swab
502 _sys_errlist
503 _sys_nerr_dll
504 _tell
505 _tempnam
506 _timezone_dll
507 _tolower
508 _toupper
509 _tzname
510 _tzset
511 _ultoa
512 _umask
513 _ungetch
514 _unlink
515 _unloaddll
516 _utime
517 _vsnprintf
518 _vsnwprintf
519 _wcsdup
520 _wcsicmp
521 _wcsicoll
522 _wcslwr
523 _wcsnicmp
524 _wcsnset
525 _wcsrev
526 _wcsset
527 _wcsupr
528 _winmajor_dll
529 _winminor_dll
530 _winver_dll
531 _write
532 _wtoi
533 _wtol
534 _y0
535 _y1
536 _yn
537 abort
538 abs
539 acos
540 asctime
541 asin
542 atan
543 atan2
544 atexit
545 atof
546 atoi
547 atol
548 bsearch
549 calloc
550 ceil
551 clearerr
552 clock
553 cos
554 cosh
555 ctime
556 difftime
557 div
558 exit
559 exp
560 fabs
561 fclose
562 feof
563 ferror
564 fflush
565 fgetc
566 fgetpos
567 fgets
568 fgetwc
569 floor
570 fmod
571 fopen
572 fprintf
573 fputc
574 fputs
575 fputwc
576 fread
577 free
578 freopen
579 frexp
580 fscanf
581 fseek
582 fsetpos
583 ftell
584 fwprintf
585 fwrite
586 fwscanf
587 getc
588 getchar
589 getenv
590 gets
591 gmtime
592 is_wctype
593 isalnum
594 isalpha
595 iscntrl
596 isdigit
597 isgraph
598 isleadbyte
599 islower
600 isprint
601 ispunct
602 isspace
603 isupper
604 iswalnum
605 iswalpha
606 iswascii
607 iswcntrl
608 iswctype
609 iswdigit
610 iswgraph
611 iswlower
612 iswprint
613 iswpunct
614 iswspace
615 iswupper
616 iswxdigit
617 isxdigit
618 labs
619 ldexp
620 ldiv
621 localeconv
622 localtime
623 log
624 log10
625 longjmp
626 malloc
627 mblen
628 mbstowcs
629 mbtowc
630 memchr
631 memcmp
632 memcpy
633 memmove
634 memset
635 mktime
636 modf
637 perror
638 pow
639 printf
640 putc
641 putchar
642 puts
643 qsort
644 raise
645 rand
646 realloc
647 remove
648 rename
649 rewind
650 scanf
651 setbuf
652 setlocale
653 setvbuf
654 signal
655 sin
656 sinh
657 sprintf
658 sqrt
659 srand
660 sscanf
661 strcat
662 strchr
663 strcmp
664 strcoll
665 strcpy
666 strcspn
667 strerror
668 strftime
669 strlen
670 strncat
671 strncmp
672 strncpy
673 strpbrk
674 strrchr
675 strspn
676 strstr
677 strtod
678 strtok
679 strtol
680 strtoul
681 strxfrm
682 swprintf
683 swscanf
684 system
685 tan
686 tanh
687 time
688 tmpfile
689 tmpnam
690 tolower
691 toupper
692 towlower
693 towupper
694 ungetc
695 ungetwc
696 vfprintf
697 vfwprintf
698 vprintf
699 vsprintf
700 vswprintf
701 vwprintf
702 wcscat
703 wcschr
704 wcscmp
705 wcscoll
706 wcscpy
707 wcscspn
708 wcsftime
709 wcslen
710 wcsncat
711 wcsncmp
712 wcsncpy
713 wcspbrk
714 wcsrchr
715 wcsspn
716 wcsstr
717 wcstod
718 wcstok
719 wcstol
720 wcstombs
721 wcstoul
722 wcsxfrm
723 wctomb
724 wprintf
725 wscanf
726