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

  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. beep
  29. cabs
  30. chdir
  31. chmod
  32. chsize
  33. close
  34. creat
  35. cwait
  36.  
  37. daylight
  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. fputchar
  58. fputwchar
  59. fstat
  60. ftime
  61. gcvt
  62. getch
  63. getche
  64. getcwd
  65. getpid
  66. getw
  67. heapwalk
  68. hypot
  69. isatty
  70. itoa
  71. j0
  72. j1
  73. jn
  74. kbhit
  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. searchenv
  90. seterrormode
  91. setmode
  92. sleep
  93. sopen
  94. spawnl
  95. spawnle
  96. spawnlp
  97. spawnlpe
  98. spawnv
  99. spawnve
  100. spawnvp
  101. spawnvpe
  102. stat
  103. strcmpi
  104. strdup
  105. stricmp
  106. stricoll
  107. strlwr
  108. strnicmp
  109. strnset
  110. strrev
  111. strset
  112. strupr
  113. swab
  114. tell
  115. tempnam
  116.  
  117. timezone
  118. tzname
  119.  
  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. write
  135. y0
  136. y1
  137. yn
  138.