home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 406.lha / dcc205.lzh / dcc / lib / files.clib < prev    next >
Text File  |  1990-08-02  |  2KB  |  171 lines

  1.  
  2. ;   partial C library modules (does not include fp support)
  3.  
  4. assert/assert.c
  5. assert/abort.c
  6. amiga/exit.c
  7. amiga/main.c
  8. amiga/wbmain.c
  9. amiga/c.a
  10. amiga/x.a
  11. amiga/geta4.a
  12. amiga/muls.a
  13. amiga/mods.a
  14. amiga/modu.a
  15. amiga/divs.a
  16. amiga/divu.a
  17. amiga/parseargs.c
  18. amiga/chkabort.c
  19. amiga/resident.c
  20. amiga/path.c
  21. amiga/exec_dcc.c
  22. amiga/execseg.a
  23.  
  24. memory/malloc.c
  25. memory/calloc.c
  26. memory/realloc.c
  27. memory/free.c
  28. memory/slow.a
  29. memory/movmem.a
  30. memory/setmem.a
  31. memory/cmpmem.a
  32. memory/memcpy.a
  33. memory/memset.a
  34.  
  35. stdio/vprintf.c
  36. stdio/vfprintf.c
  37. stdio/vsprintf.c
  38. stdio/fprintf.c
  39. stdio/fputc.c
  40. stdio/fputs.c
  41. stdio/printf.c
  42. stdio/puts.c
  43. stdio/fclose.c
  44. stdio/fflush.c
  45. stdio/fgetc.c
  46. stdio/fgets.c
  47. stdio/filbuf.c
  48. stdio/finitdesc.c
  49. stdio/fopen.c
  50. stdio/fread.c
  51. stdio/fscanf.c
  52. stdio/fseek.c
  53. stdio/fgetpos.c
  54. stdio/fsetpos.c
  55. stdio/ftell.c
  56. stdio/fwrite.c
  57. stdio/gets.c
  58. stdio/perror.c
  59. stdio/remove.c
  60. stdio/rename.c
  61. stdio/rewind.c
  62. stdio/scanf.c
  63. stdio/sscanf.c
  64. stdio/setvbuf.c
  65. stdio/setbuf.c
  66. stdio/sglob.c
  67. stdio/sprintf.c
  68. stdio/ungetc.c
  69. stdio/tmpnam.c
  70. stdio/tmpfile.c
  71. stdio/pfmt.c
  72. stdio/sfmt.c
  73.  
  74. stdlib/atexit.c
  75. stdlib/abs.c
  76. stdlib/labs.c
  77. stdlib/lglob.c
  78. stdlib/atol.c
  79. stdlib/atoi.c
  80. stdlib/system.c
  81. stdlib/atof.c
  82.  
  83. string/strcmp.c
  84. string/strlen.c
  85. string/strncmp.c
  86. string/strcat.c
  87. string/strcpy.c
  88. string/stpcpy.c
  89. string/strncat.c
  90. string/strncpy.c
  91. string/strbpl.c
  92. string/strpbrk.c
  93. string/strrchr.c
  94. string/strchr.c
  95. string/strtok.c
  96. string/strins.c
  97. string/strdup.c
  98. string/strcspn.c
  99. string/strspn.c
  100. string/strerror.c
  101. string/strstr.c
  102. string/stricmp.c
  103. string/strnicmp.c
  104. string/strtol.c
  105.  
  106. fd/close.c
  107. fd/getfh.c
  108. fd/isatty.c
  109. fd/lseek.c
  110. fd/open.c
  111. fd/read.c
  112. fd/write.c
  113. fd/unlink.c
  114. fd/rmdir.c
  115. fd/makefd.c
  116. fd/ioctl.c
  117. fd/fcntl.c
  118. fd/creat.c
  119. fd/mkdir.c
  120. fd/fdtofh.c
  121.  
  122. ctype/isalnum.c
  123. ctype/isalpha.c
  124. ctype/iscntrl.c
  125. ctype/isdigit.c
  126. ctype/isgraph.c
  127. ctype/islower.c
  128. ctype/isspace.c
  129. ctype/isupper.c
  130. ctype/ispunct.c
  131. ctype/isxdigit.c
  132. ctype/isprint.c
  133. ctype/tolower.c
  134. ctype/toupper.c
  135. ctype/carya.c
  136. ctype/caryb.c
  137. ctype/cltou.c
  138. ctype/cutol.c
  139.  
  140. compat/bpf.a
  141.  
  142. extra/gethead.a
  143. extra/getpred.a
  144. extra/gettail.a
  145. extra/lock.a
  146. extra/muldiv.a
  147. extra/resource.a68k
  148. extra/strupper.c
  149. extra/os20.c
  150. extra/getfnl.c
  151. extra/wildcard.c
  152. extra/setfiledate.c
  153. extra/expand_args.c
  154.  
  155. unix/sleep.c
  156. unix/getcwd.c
  157. unix/chdir.c
  158. unix/access.c
  159.  
  160. signal/signal.c
  161.  
  162. setjmp/setjmp.a
  163.  
  164. time/ctime.c
  165. time/asctime.c
  166. time/localtime.c
  167. time/strftime.c
  168. time/time.c
  169. time/clock.c
  170.  
  171.