r9575: fix WITH-FOREIGN-OBJECT macro for cmu
[uffi.git] / src / package.lisp
index 9bd1b093d747382de5be47ee4dab1671b43b8de9..3c22730a3f73e7735f9d0701915f0fd184879f42 100644 (file)
    #:deref-pointer
    #:ensure-char-character
    #:ensure-char-integer
+   #:ensure-char-storable
    #:null-pointer-p
    #:make-null-pointer
+   #:make-pointer
+   #:pointer-address
    #:+null-cstring-pointer+
    #:char-array-to-pointer
+   #:with-cast-pointer
+   #:def-foreign-var
    
    ;; string functions
    #:convert-from-cstring
@@ -60,6 +65,7 @@
    #:convert-to-foreign-string
    #:allocate-foreign-string
    #:with-foreign-string
+   #:foreign-string-length
    
    ;; function call
    #:def-function