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

  1. ; Link string files as string.lib.  (by Jason Petty 1993).
  2.  
  3. ; Copy libr, and this file to the ram disk, then just
  4. ; type:  execute ram:Link_String
  5.  
  6. ; Note - Make sure that the Directory containing the files 
  7. ; listed below is the Current Directory.
  8.  
  9. ram:libr -a ram:string.dir bzero.o lmemcpy.o memcpy.o memmove.o memset.o
  10. ram:libr -a ram:string.dir strchr.o strcpy.o strrchr.o atol.o bsearch.o
  11. ram:libr -a ram:string.dir ctlcnv.o lmemmove.o ltoa.o memccpy.o memchr.o
  12. ram:libr -a ram:string.dir memcmp.o memicmp.o splitpat.o stradj.o strcat.o
  13. ram:libr -a ram:string.dir strcmp.o strcspn.o strdup.o stricmp.o strirpl.o
  14. ram:libr -a ram:string.dir stristr.o strlen.o strlwr.o strncat.o strncmp.o
  15. ram:libr -a ram:string.dir strncpy.o strnicmp.o strpbrk.o strpcpy.o
  16. ram:libr -a ram:string.dir strpos.o strrev.o strrpbrk.o strrpl.o strrpos.o
  17. ram:libr -a ram:string.dir strset.o strspn.o strstr.o strtok.o
  18. ram:libr -a ram:string.dir strtol.o strtrim.o strupr.o substr.o swab.o
  19.