home *** CD-ROM | disk | FTP | other *** search
/ Personal Computing Magazine 1989 October / OCT_1989 / CPROGS / CB.DOC next >
Encoding:
Text File  |  1989-01-01  |  582 b   |  22 lines

  1. CB.EXE Modified by Bert Kleinman 9/30/86
  2.  
  3. This program formats C source programs with proper indents for each
  4. statement. The input file is renamed to a .BAK before the output is
  5. written. Default indent is 3 spaces.
  6.  
  7. Usage: cb infile [indent]
  8.  
  9. Possible error messages are:
  10.  
  11. Valid indents are 0 - 10
  12. input file can't be opened
  13. temporary file can't be opened
  14. can't rename infile to .BAK
  15. can't rename tempefile to infile
  16. Null pointer assignment
  17. Stack overflow
  18. Integer divide by 0
  19. DOS 2.0 or later required
  20. Not enough space for environment
  21. Floating point not loaded
  22.