Hi-<br><br>Next week I&#39;m doing a presentation to <a href="http://tclispers.org/">my local lisp user group </a>on FFI(CFFI and CCL&#39;s FFI).  My example is a simple network client and server.<br><br>Anyways, the code I&#39;m writing requires me to get the address to a field in a struct( &amp;sa.sa_mask, where sa is a sigaction structure).<br>
<br>Does CCL&#39;s ffi system allow me to get this without munging around with the internal layout of the structure?  If so, how?<br><br>thanks<br>Mike Kohout<br>