home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / hce.lha / HCE / LibSource / clib / Stdio / Link_Stdio next >
Encoding:
Text File  |  1992-09-02  |  856 b   |  20 lines

  1. ; Link stdio files as stdio.lib.  (by Jason Petty 1993).
  2.  
  3. ; Copy libr, and this file to the ram disk, then just
  4. ; type:  execute ram:Link_Stdio
  5.  
  6. ; Note - Make sure that the Directory containing the files 
  7. ; listed below is the Current Directory.
  8.  
  9. ; Also Note - fprintf,fscanf,printf,prtfld,scanf,sprintf,sscanf came
  10. ; from Hcc.lib by Detlef Wurkner.
  11.  
  12. ram:libr -a ram:stdio.dir fprintf.o printf.o fscanf.o scanf.o
  13. ram:libr -a ram:stdio.dir sprintf.o sscanf.o access.o creat.o fclose.o
  14. ram:libr -a ram:stdio.dir fdopen.o fflush.o fgetc.o fgets.o fopen.o fputc.o
  15. ram:libr -a ram:stdio.dir fputs.o fread.o fseek.o fsetpos.o fwrite.o
  16. ram:libr -a ram:stdio.dir getbuf.o gets.o getw.o isatty.o lseek.o open.o
  17. ram:libr -a ram:stdio.dir perror.o read.o remove.o
  18. ram:libr -a ram:stdio.dir rename.o rmdir.o setbuf.o setvbuf.o
  19. ram:libr -a ram:stdio.dir stat.o write.o
  20.