Skip to content
Commit 93a878dc authored by Rui Ueyama's avatar Rui Ueyama
Browse files

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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment