Hi-<br><br>Next week I'm doing a presentation to <a href="http://tclispers.org/">my local lisp user group </a>on FFI(CFFI and CCL's FFI).  My example is a simple network client and server.<br><br>Anyways, the code I'm writing requires me to get the address to a field in a struct( &sa.sa_mask, where sa is a sigaction structure).<br>
<br>Does CCL'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>