L 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:   C If this doesn't meet anyone's ideal code setup, its a lot easier to A change than start from scratch.  It compiles and runs without any D 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 F couldn't get to work the same on both.  I left in where it changed theF original file to a *.bak file and the formatted file stays at the sameB name.   This way it will still work on a PC, works on VMS now, andF 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