X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fnotes.xml;h=5678588f5ca058cd3e54b992e96a4986a2c01780;hb=54929de80ac68bb7ef45a28e70945c7243d39c82;hp=06c89b3bf20bc096cda4cf35165b4fd86912a106;hpb=466148daa2e13a529e7338aeaf83cdc49c47ddbb;p=uffi.git diff --git a/doc/notes.xml b/doc/notes.xml index 06c89b3..5678588 100644 --- a/doc/notes.xml +++ b/doc/notes.xml @@ -1,7 +1,7 @@ - + + %myents; ]> @@ -81,12 +81,12 @@ Here is an example that should both methods being used for maximum cross-implementation optimization: - + (uffi:def-type the-struct-type-def the-struct-type) (let ((a-foreign-struct (allocate-foreign-object 'the-struct-type))) (declare 'the-struct-type-def a-foreign-struct) (get-slot-value a-foreign-struct 'the-struct-type 'field-name)) - +