Dereferencing a function shouldn't do anything
This is an oddity in the C spec, but you can apply the unary `*` operator to a function as many times as you want. `*x` and `x` means exactly the same, given that `x` is a function.
parent
88352b79
Please register or sign in to comment