Question on call_back()
- Posted by Travis Beaty <travis_beaty at mcleodusa.net> May 12, 2002
- 375 views
Hello All! I've got a quick question. I need to pass a Euphoria procedure to a C library using call_back. This procedure will have one argument, an atom. How do I get that atom passed? For instance, the procedure is procedure myProc(atom myData) When the C library makes use of it, I'd like to send an atom for the myData parameter. But I've been staring at the docs clueless. :( Thanks, Travis Beaty Evans, Colorado.