pointers to functions
rif <rif-DPNOqEs/[email protected]> Thu, 20 Feb 2003 17:21:44 -0500
| Newsgroups | gmane.lisp.uffi.general |
|---|---|
| Message-ID | <[email protected]> |
I'm trying to wrap the fftw library (BTW, if anyone's already done this and wants to save me the trouble, be my guest). One of the types that gets used a lot is pointers to functions of various sorts. I looked through the documentation but didn't see anything. Will it work to just a :pointer-void? Is there a better approach? rif