Skip to content
  • Rui Ueyama's avatar
    Dereferencing a function shouldn't do anything · 93a878dc
    Rui Ueyama authored
    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.
    93a878dc