C Program Print Utility This program performs two important functions to assistÿprogrammers with the debugging of their programs. The firstÿfunction is to print the key words in highlighted print. The second function is to outline each block of C code. Blocks inÿC consist of the code between two matching braces ˆ{}‡. One ofÿthe common errors is a mismatch of braces: one two many of eitherÿthe left brace ˆ{‡ or the right brace ˆ}‡. Nested blocks areÿindented. The C Program Print Utility simplifies and speeds up theÿdebugging process and thus increases programmer efficiency.ÿOutput may be sent to the screen, a file and/or the printer. The C Program Print Utility runs on any MS-DOS computer that hasÿthe full 255 (TI and IBM compatible) character set. On computersÿsuch as the IBM PC, the ANSI device driver must be installed atÿboot time. CPPU comes with a companion program to set the printer codes forÿany printer that uses standard ASCII control characters andÿescape sequences. Thus, CPPU will work with virtually anyÿprinter. Press 1 to see an example of the screen output. CPPU is available for $27.50. /*Rcp.pic:Example 1 27.50