lwip-users
[Top][All Lists]
Advanced

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

RE: [lwip-users] Lots of RAM


From: Grubb, Jared
Subject: RE: [lwip-users] Lots of RAM
Date: Fri, 7 Sep 2007 08:34:31 -0700

Those functions you list are standard, so I wouldn't want to change
them.

But, I have seen a couple examples of what you mean. For example, the
first parameter of pbuf_alloc is called "l" when "layer" or something
more descriptive could be used. 

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
Valdemar
Sent: Friday, September 07, 2007 3:21 AM
To: Mailing list for lwIP users
Subject: Re: [lwip-users] Lots of RAM

Jonathan Larmour skrev:
About function names:
    itoa  should be named F_int_to_asc.
    atoi  should be named F_asc_to_int.
    htonl should be named F_host_to_networkorder.

These are all wellknown names and perhaps shouldn't change but
I include them as examples of how I would like it to be.
I also think it is a value in being able to directly distinguish a 
function name from a variable name by preceeding every function name 
with "F_".

Germund Asp


_______________________________________________
lwip-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-users




reply via email to

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