r8999: add new function FOREIGN-STRING-LENGTH
[uffi.git] / src / package.lisp
index 9bd1b093d747382de5be47ee4dab1671b43b8de9..05f7e4f5d6802e1687f63fc494a7c2d1573c4a6b 100644 (file)
@@ -49,6 +49,8 @@
    #:make-null-pointer
    #:+null-cstring-pointer+
    #:char-array-to-pointer
+   #:with-cast-pointer
+   #:def-foreign-var
    
    ;; string functions
    #:convert-from-cstring
@@ -60,6 +62,7 @@
    #:convert-to-foreign-string
    #:allocate-foreign-string
    #:with-foreign-string
+   #:foreign-string-length
    
    ;; function call
    #:def-function