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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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 [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
