graCe a C source code beautifier!

Download: graCe.zip
File size: 82 KB
Screenshot:

About graCe: Grace is a program that my friend Amit Bhanagay and myself wrote for MS-DOS. This program was implemented in C++ and it was build to autoformat a shabby unindented code into a readable format. This autoformated code could be dumped into a new file, or it could be sent to the printer. There were some configurations for printing like for example making the keywords to be printed as bold and so on. The program also generated a prn file that could be later sent to the printer, this file was filled with the printer commands.

Note: This program just beautify's a subset of C Language syntax.