home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / SCRPTEXM.PAK / CODEGEN.DAT < prev    next >
Encoding:
Text File  |  1997-05-06  |  673 b   |  27 lines

  1. CODEGEN.DAT: General code library file.
  2.  
  3. MAIN FILE: CODELIB.SPP
  4.  
  5. NOTES: Enter library entries. The first line of each entry must be the
  6.   entry marker, immediately followed by a description. The code begins
  7.   on the line following the description, and extends until the next
  8.   marker or EOF.
  9.  
  10. <*>Example entry: Routine header comment
  11. /* --------------------------------------------------------
  12. Descr:
  13. Params:
  14. Returns:
  15. Notes:   --
  16. -------------------------------------------------------- */
  17.  
  18. <*>Example entry 2
  19. Some interesting code...
  20.  
  21. <*>Example entry 3
  22. Some even more interesting code...
  23.  
  24. <*>Example entry 4
  25. The most interesting code of all...
  26.  
  27.