Code:
new void(*)()[]
new void(*fp)()[]
Last edited by StackMasher,
new void(*)()[]
new void(*fp)()[]

I've tried both of those but the compiler throws an error. Kind of annoying that I can't just use void* pointers instead of this crappy syntaxCode:new void(*)()[] new void(*fp)()[]






