********************************************************************** * CB ********************************************************************** * COPYRIGHT 1983 EUGENE H. MALLORY * ********************************************************************** PROGRAM: CB - C program formatter. USAGE: CB 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 Command Line ___________________________________ | | OPTIONS | | | ______________V______________ | | Raw C source | | Formated C source ------------------->| CB |-----------------------> | | | | |___________________________|