On Tue, Dec 20, 2016 at 11:04:13AM -0500, Ron Natalie wrote:
At some point, the structure elements being made
unique to the structure they were defined in
I, for one, would have been really OK if that had been optional.
If it is what I am thinking about, that all struct elements were in the
same namespace, forcing names like "st_size" instead of just "size",
I love that. I get that it doesn't scale but man, so nice when reading
code to know that s.st_size is a stat structure.