home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / PMM / Developer / FD / cclib_lib.fd < prev    next >
Encoding:
Text File  |  1999-09-19  |  2.0 KB  |  168 lines

  1. * FD file for CCLib.library
  2. * Created 1990 by Detlef Würkner (TetiSoft)
  3. * 13-01-91 TetiSoft Implemented V 3.0 new functions
  4. ##base _CCLibBase
  5. ##bias 30
  6. ##public
  7. SetSTDIO()
  8. GetSTDIO()
  9. ClearSTDIO()
  10. closeall()
  11. SetAbortFunc()
  12. ClearAbortFunc()
  13. SetupSTDIO()
  14. strerror()
  15. open()
  16. close()
  17. unlink()
  18. stat()
  19. rename()
  20. read()
  21. write()
  22. creat()
  23. lseek()
  24. isatty()
  25. access()
  26. fopen()
  27. freopen()
  28. fclose()
  29. fdopen()
  30. getbuff()
  31. setvbuf()
  32. mktemp()
  33. tmpnam()
  34. tmpfile()
  35. putc()
  36. aputc()
  37. getc()
  38. agetc()
  39. getchar()
  40. ungetc()
  41. putw()
  42. puts()
  43. puterr()
  44. fwrite()
  45. perror()
  46. fseek()
  47. ftell()
  48. fflush()
  49. getw()
  50. fread()
  51. gets()
  52. fgets()
  53. fputs()
  54. * The following functions declared as private by TetiSoft
  55. * They might use floating point routines, but a different format as HCC
  56. ##private
  57. scanf()
  58. printf()
  59. fscanf()
  60. fprintf()
  61. sscanf()
  62. sprintf()
  63. ##public
  64. _alloc()
  65. _fre()
  66. _freall()
  67. sbrk()
  68. heap_alloc()
  69. heap_free()
  70. malloc()
  71. calloc()
  72. realloc()
  73. free()
  74. be_free()
  75. malloc_size()
  76. freeall()
  77. inst_node()
  78. put_head()
  79. add_head()
  80. put_tail()
  81. add_tail()
  82. remv_head()
  83. remv_tail()
  84. remv_list()
  85. r_node()
  86. remv_node()
  87. atoi()
  88. atol()
  89. * The following function declared as private by TetiSoft
  90. * It might use floating point routines, but a different format as HCC
  91. ##private
  92. atof()
  93. ##public
  94. ltoa()
  95. stoa()
  96. bcmp()
  97. bcopy()
  98. bzero()
  99. memccpy()
  100. memchr()
  101. memcmp()
  102. memcpy()
  103. memset()
  104. memswap()
  105. index()
  106. rindex()
  107. strupr()
  108. stpcrlf()
  109. strcat()
  110. strchr()
  111. strcmp()
  112. strcpy()
  113. strcspn()
  114. strlen()
  115. strncat()
  116. strcmpa()
  117. strncmp()
  118. strncpy()
  119. strpbrk()
  120. strrchr()
  121. strspn()
  122. strstr()
  123. strtok()
  124. strrv()
  125. strnrv()
  126. bcpl_strcpy()
  127. vquicksort()
  128. toupper()
  129. quicksort()
  130. qsort()
  131. cli_parse()
  132. wb_parse()
  133. * The following functions declared as private by TetiSoft
  134. * They might use floating point routines, but a different format as HCC
  135. ##private
  136. vprintf()
  137. vfprintf()
  138. vsprintf()
  139. ##public
  140. fgetpos()
  141. fsetpos()
  142. time()
  143. clock()
  144. gmtime()
  145. asctime()
  146. ctime()
  147. localtime()
  148. mktime()
  149. difftime()
  150. strftime()
  151. scdir()
  152. scdir_clean()
  153. tolower()
  154. setenv()
  155. getenv()
  156. stat_()
  157. wb_exec()
  158. wbexec()
  159. wbAexec()
  160. wait_child()
  161. wait_children()
  162. signal_child()
  163. kill()
  164. kill_children()
  165. cliexec()
  166. exec()
  167. ##end
  168.