top | item 22872019

(no title)

DougGwyn | 5 years ago

Why is there a second argument which is not used?

discuss

order

tropo|5 years ago

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.

wnoise|5 years ago

To match an API where it is sometimes used.