On Wed, Apr 12, 2017 at 09:56:51AM +1000, Tobin C. Harding wrote:
> When declaring a function with a function pointer as parameter, having
> the parameters to the function pointer prototype with explicit
> identifiers does not add that much extra meaning to the code. In this
> case the identifiers
When declaring a function with a function pointer as parameter, having
the parameters to the function pointer prototype with explicit
identifiers does not add that much extra meaning to the code. In this
case the identifiers are 'arg1' and 'arg2', these definitely do not
add extra meaning to the co