4C-FORMAT, Programming, C Source Code Beautifier ToolLA 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:CIf this doesn't meet anyone's ideal code setup, its a lot easier toAchange than start from scratch. It compiles and runs without anyDerrors 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 IFcouldn't get to work the same on both. I left in where it changed theForiginal file to a *.bak file and the formatted file stays at the sameBname. This way it will still work on a PC, works on VMS now, andFwill 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