home *** CD-ROM | disk | FTP | other *** search
- CB.EXE Modified by Bert Kleinman 9/30/86
-
- This program formats C source programs with proper indents for each
- statement. The input file is renamed to a .BAK before the output is
- written. Default indent is 3 spaces.
-
- Usage: cb infile [indent]
-
- Possible error messages are:
-
- Valid indents are 0 - 10
- input file can't be opened
- temporary file can't be opened
- can't rename infile to .BAK
- can't rename tempefile to infile
- Null pointer assignment
- Stack overflow
- Integer divide by 0
- DOS 2.0 or later required
- Not enough space for environment
- Floating point not loaded
-