lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] std includes


From: Bill Auerbach
Subject: Re: [lwip-users] std includes
Date: Thu, 14 Jul 2011 08:53:12 -0400

I concur with this style – it’s almost universal practice to include system headers (in angle brackets) first following by application headers (in quotes), probably for exactly the reason you state.

 

Bill

 

>The easiest solution was to make the standard includes the first includes in all lwIP files. I also think it makes some sense to have the standard <string.h> and <stdlib.h>

>includes at the top of the list of includes before any project specific includes, since project specific includes may be depending on the standard libraries, while the standard

>libraries will of course never be depending on any project specific includes.

 

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]