lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] (no subject)


From: Bill Auerbach
Subject: [lwip-devel] (no subject)
Date: Thu, 24 Jan 2008 09:44:20 -0500

Hello,

 

I think it is better for data to be const as shown below as it then allows assigning const and non-const pointers to data.

 

struct fs_file {

  const char *data;

  int len;

}

 

Bill Auerbach

 

 


reply via email to

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