Search Results

6
votes

Passing more parameters in C function pointers

Ah, if only C supported closures... Antonio is right; if you need to pass extra parameters, you'll need to redefine your function pointer to accept the additional arguments. If you don't kn …