home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oakland CPM Archive
/
oakcpm.iso
/
cpm
/
txtutl
/
vn-hzp.lbr
/
CB.HZP
/
CB.HLP
Wrap
Text File
|
1986-12-31
|
1KB
|
34 lines
**********************************************************************
* CB
**********************************************************************
* COPYRIGHT 1983 EUGENE H. MALLORY *
**********************************************************************
PROGRAM:
CB - C program formatter.
USAGE:
CB <file >file [-In] [-H]
FUNCTION:
Used to indent source lines and change { and } to BEGIN and END or
LOOP and ENDLOOP, etc as needed.
-In specifies n spaces to indent for each level (default 2).
EXAMPLE:
CB <file.c |CASE>file.c
Command Line
___________________________________
|
| OPTIONS
|
|
|
______________V______________
| |
Raw C source | | Formated C source
------------------->| CB |----------------------->
| |
| |
|___________________________|