|
Nevermind
So I was again playing around, and it appears as if one doesn't need to do anything. Calling the full, decorated function name actually seemed to work. Before it just kept crashing when I tried to return unsigned ints or whatever, but when I tried it with a function that returned a pointer to a structure, it did in fact return a memory address and not have the pointer stay null. And, I realized there's a much easier way of doing what I want, so it's just an intellectual exercise at this point.
|