Hacker News new | ask | show | jobs
by shakna 2336 days ago
Or you could have the pointer be a pointer before you feed it to the function.

    void* v;
    v = ...;

    ...

    displayln(v);
1 comments

The amount of ellipsis shows that your solution is just as heavy weight.