EmbDev.net

Forum: ARM programming with GCC/GNU tools Any good C Source formatting tools??


von Mh T. (lpc2103)


Rate this post
useful
not useful
Hi,
I'm looking for some good free C-Source formatting
tools (cleanup all the brace positions, layout of
switch-case, indentation) to work with this WinARM
package.   Any recommendation??
Regards

von Andreas S. (andreas) (Admin)


Rate this post
useful
not useful
Try "indent", it's part of every unix distribution:
http://directory.fsf.org/GNU/indent.htm

von Clifford S. (clifford)


Rate this post
useful
not useful
Andreas S. wrote:
> Try "indent", it's part of every unix distribution:
> http://directory.fsf.org/GNU/indent.htm

Native Win32 binaries for indent are availabe at these:

http://unxutils.sourceforge.net/
http://gnuwin32.sourceforge.net/packages.html

Clifford

von Clifford S. (clifford)


Rate this post
useful
not useful
Note also that indent is not intended for use on C++. Try looking at
bcpp for that.

A Win32 version of bcpp is available at
http://www.literateprogramming.com/fdownload.html

Clifford

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.