On 01/22/2015 04:22 AM, Henri Verbeet wrote:
I'm not sure that's really much better than just adding a (void *) cast.
C doesn't technically allow casting function pointers to/from void*, https://stackoverflow.com/questions/5579835/c-function-pointer-casting-to-void-pointer.