home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / gststubs_2 < prev    next >
Text File  |  1999-04-27  |  1KB  |  40 lines

  1. Title:            GSTSTUBS
  2. Author:            George Taylor
  3. Version:        1.00
  4. Title From:        Documentation
  5. Author From:        Documentation
  6. Version From:        Documentation
  7. Supplier:        George Taylor (george@tardis.ed.ac.uk)
  8. Date:            27/09/94
  9. Keywords:        Programming languages ; Function libraries
  10. Shareware:        No
  11. Machine:        Archimedes
  12. Operating system:    RISCOS
  13. Memory requirements:    
  14. Peripherals needed:    
  15. Other s/ware needed:    
  16. Directory:        micros/arch/riscos/c115
  17. Date mounted/updated:    06/10/94
  18. File names:        gststubs.arc
  19. Unarchived files:    3
  20. Unarchived size:    9 kbytes
  21. Omissions:        
  22. See also:        
  23.  
  24. -------------------------------------------------------------------------------
  25.  
  26. Acquiring the package:
  27.  
  28. Download the archive file(s) and extract using SparkPlug 2
  29. (see the "tools_help" file in micros/arch/riscos/tools for further info).
  30.  
  31.  
  32. Description:
  33.  
  34. GstStubs is a small object file (AOF) suitable for use with cc,link,gcc,Objasm
  35. etc.  It does much the same as Acorns o.stubs file, providing a way of linking
  36. programs to use the Shared C Library, except that:
  37. * It only results in 292 bytes in your program. (A Hello World program in C can
  38. be only 540 bytes)
  39. * It will only work for applications not for modules (AIF only).
  40.