Hello All, I've got a couple of c functions that I'm trying to call. The first one returns a void pointer and the second one expects the address of that pointer as an argument. This would be accomplished in c via the "&" operator. How do I get the address of a variable in Julia? I've tried using convert, but that doesn't seem to work.
Thanks, -G
