Hacker News new | ask | show | jobs
by DougGwyn 2251 days ago
Why is there a second argument which is not used?
2 comments

It could be for function pointer type compatibility.

There is an array of pointers, or there is a callback interface, or something like that. The type is set in stone.

To match an API where it is sometimes used.