C-FORMAT, Programming, C Source Code Beautifier Tool A PD C beautifier modified for VMS by Bob George (BOB@aeneas.jdssc.dca.mil). Compiles under DOS (Turbo C), VMS, and is Posix-compliant. Bob's comments: If this doesn't meet anyone's ideal code setup, its a lot easier to change than start from scratch. It compiles and runs without any errors that I've found on VAX C 3.2 (VMS 5.4) and now Borland C++ by only changing the delete() to remove(). Thats the only thing I couldn't get to work the same on both. I left in where it changed the original file to a *.bak file and the formatted file stays at the same name. This way it will still work on a PC, works on VMS now, and will work under VMS Posix (since Posix doesn't allow version numbers). To build it under VMS: $ cc c-format $ link/notrace c-format,sys$input/options sys$share:vaxcrtl.exe/share ^Z $ c-format :== $dev:[dir]c-format.exe