> Not that this should stop you from de-keywording the include > files, if that takes your fancy, but permuting a variable > "class" into "clazz" is a bit gruesome, imo. Why not just comment > the argument name out altogether? It's not strictly needed in > the prototype. Prefixing parameter names in function prototypes with an underscore should be enough. void function(int _fd); (Example taken from style(9)). KoshyReceived on Sat Feb 14 2009 - 02:45:55 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:42 UTC