I am building TCL Wrappers to my C Functions.
My question is, how do I pass TCL a pointer or memory address? (The variable I am referencing is a complex structure and cannot be passed by value.)
I don't want TCL to manipulate this value, but simply to pass the memory address back into other C functions.
My question is, how do I pass TCL a pointer or memory address? (The variable I am referencing is a complex structure and cannot be passed by value.)
I don't want TCL to manipulate this value, but simply to pass the memory address back into other C functions.