home *** CD-ROM | disk | FTP | other *** search
/ vsiftp.vmssoftware.com / VSIPUBLIC@vsiftp.vmssoftware.com.tar / FREEWARE / FREEWARE80_1.ZIP / c-format / freeware_readme.txt < prev   
Text File  |  2006-07-20  |  938b  |  1 lines

  1. 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