home *** CD-ROM | disk | FTP | other *** search
/ Programming Win32 Under the API / ProgrammingWin32UnderTheApiPatVillani.iso / src / mingw-runtime-19991107 / mingw / moldname-crtdll.def < prev    next >
Encoding:
Text File  |  1999-11-07  |  1.7 KB  |  133 lines

  1. ;
  2. ; moldname-crtdll.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. beep
  29. cabs
  30. chdir
  31. chmod
  32. chsize
  33. close
  34. creat
  35. cwait
  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. fputchar
  56. fputwchar
  57. fstat
  58. ftime
  59. gcvt
  60. getch
  61. getche
  62. getcwd
  63. getpid
  64. getw
  65. heapwalk
  66. hypot
  67. isatty
  68. itoa
  69. j0
  70. j1
  71. jn
  72. kbhit
  73. lseek
  74. ltoa
  75. memccpy
  76. memicmp
  77. mkdir
  78. mktemp
  79. open
  80. pclose
  81. popen
  82. putch
  83. putenv
  84. putw
  85. read
  86. rmdir
  87. searchenv
  88. seterrormode
  89. setmode
  90. sleep
  91. sopen
  92. spawnl
  93. spawnle
  94. spawnlp
  95. spawnlpe
  96. spawnv
  97. spawnve
  98. spawnvp
  99. spawnvpe
  100. stat
  101. strcmpi
  102. strdup
  103. stricmp
  104. stricoll
  105. strlwr
  106. strnicmp
  107. strnset
  108. strrev
  109. strset
  110. strupr
  111. swab
  112. tell
  113. tempnam
  114.  
  115. tzset
  116. umask
  117. ungetch
  118. unlink
  119. utime
  120. wcsdup
  121. wcsicmp
  122. wcsicoll
  123. wcslwr
  124. wcsnicmp
  125. wcsnset
  126. wcsrev
  127. wcsset
  128. wcsupr
  129. write
  130. y0
  131. y1
  132. yn
  133.