View Single Post
Re: a small utility to format your messy C/C++ code automatically.
Old
  (#5)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: a small utility to format your messy C/C++ code automatically. - 04-01-2005

http://download.berlios.de/indent/indent-0.2.tar.gz
this is the one modified from the original BSD one

edit:
I've posted the pre-compiled version of the NetBSD Indent (for both Windows and GNU/Linux) at here:
http://filebase.bots-united.com/inde...on=file&id=247

sorry but I don't use MSVC now so no MSVC projects is included there, I compiled it with MinGW

actually there are big differences from GNU and BSD ones (although the GNU one is based on BSD one - but the FSF did give credits to the UC Berkeley in the source code). The BSD code is non-portable which needs some hacks to compile in Windows

Last edited by Whistler; 04-01-2005 at 02:54..
  
Reply With Quote