Re: weeding out c++ keywords from sys/sys

From: Joseph Koshy <joseph.koshy_at_gmail.com>
Date: Sat, 14 Feb 2009 09:15:55 +0530
> 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)).

Koshy
Received 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