home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_C / CSP0194B.ZIP / READ.ME < prev   
Text File  |  1994-01-17  |  1KB  |  34 lines

  1. CSPLIT.C is the program written for helping to post C source code
  2. in the C Echo.  This version is a revision of Fred Cole's winning
  3. entry in the CSPLIT contest held by Thad Smith in the C echo.
  4. It incorporates refinements posted in the C Echo:
  5.  
  6. 1.   Fred Code: file cleanup
  7. 2.   David Nugent: enhanced portability to additional compilers.
  8. 3.   Keith Campbell: fix bug with '-' option character, internal
  9.      code cleanup.
  10. 4.   Auke Reitsma: extraction correction
  11.  
  12. See the comments in the source file for details of operation.  A
  13. short summary is given by executing the program without command
  14. line parameters.  The program has been donated to the public
  15. domain by the author and contributors.
  16.  
  17. The source is portable to most systems supporting ANSI C.  Note
  18. that the symbol __STDC__, if defined by the compiler, inhibits
  19. wildcard filename support.  If __STDC__ is not defined, the
  20. program attempts to provide wildcard filename support via macros
  21. defined in portable.h for a variety of PC-based compilers.
  22.  
  23. Thad Smith
  24. Contest sponsor
  25. 12/14/93
  26.  
  27. CSplit  v1.40  01/17/94  consists of:
  28.  
  29. csplit   c       23810 01-17-94  10:28p
  30. csplit   h        1454 01-17-94  10:24p
  31. portable h        6549 01-02-94   6:28p
  32. csplit   exe     24396 01-17-94  10:28p
  33. read     me       1316 01-17-94  10:32p
  34.