Re: C Language Style Guide

2005-01-26 Thread Murray Taylor
On Wed, 2005-01-26 at 10:21, Michael Madden wrote: > Is there an accepted standard C language style guide. I'm starting to develop > and test my applications on FreeBSD, and I want to ensure my code is readable > and maintainable. I've been able to find specific project'

Re: C Language Style Guide

2005-01-25 Thread Tabor Kelly
Michael Madden wrote: Is there an accepted standard C language style guide. I'm starting to develop and test my applications on FreeBSD, and I want to ensure my code is readable and maintainable. I've been able to find specific project's guidelines like the following, but I can

Re: C Language Style Guide

2005-01-25 Thread Giorgos Keramidas
On 2005-01-25 17:21, Michael Madden <[EMAIL PROTECTED]> wrote: > Is there an accepted standard C language style guide. No. This is a common topic in comp.lang.c (despite the fact that style questions are off-topic) but there is no "universal, one true style". You may find a lo

C Language Style Guide

2005-01-25 Thread Michael Madden
Is there an accepted standard C language style guide. I'm starting to develop and test my applications on FreeBSD, and I want to ensure my code is readable and maintainable. I've been able to find specific project's guidelines like the following, but I can find a general standard