home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / spplib_2 < prev    next >
Encoding:
Text File  |  1999-04-27  |  1.3 KB  |  42 lines

  1. Title:            SPPLIB
  2. Author:            Gavin Wraith <gavin@wraith.u-net.com>
  3. Version:        0.1
  4. Title From:        Documentation
  5. Author From:        Documentation
  6. Version From:        Documentation
  7. Supplier:        Gavin Wraith <gavin@wraith.u-net.com>
  8. Date:            05/08/97
  9. Keywords:        Text processors
  10. Shareware:        No
  11. Machine:        Archimedes
  12. Operating system:    RISCOS
  13. Memory requirements:    
  14. Peripherals needed:    
  15. Other s/ware needed:    C compiler
  16. Directory:        micros/arch/riscos/f041
  17. Date mounted/updated:    04/09/97
  18. File names:        spplib.arc
  19. Unarchived files:    4
  20. Unarchived size:    14 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. SPPLIB is a Simple PreProcessor C library. It provides a function
  35. spp_fgets which pipes line by line input through SPP, a simple
  36. preprocessor. It uses Risc OS syntax for macros but otherwise
  37. provides much the same functionality as conventional 
  38. preprocessors, i.e. #include, #define, #undef, #ifdef/#ifndef,
  39. #else, #endif. The archive is 8K in size. It contains the ALF library
  40. file o.spp, the header text file h.spp, an example program using it
  41. Example.c.test, and a ReadMe textfile. 
  42.