X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fpackage.lisp;h=b6cd204e22b8145fa69e637395214fc76eb14175;hb=27073cc090c29aa5dcf9ed9becdf3e73b937b0bb;hp=963a16ecf069069d07c85cc5d59a2cdf5d9e172d;hpb=70961aaf321b11e18884c7815d679e2b560996af;p=uffi.git diff --git a/src/package.lisp b/src/package.lisp index 963a16e..b6cd204 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -15,14 +15,15 @@ (defpackage #:uffi (:use #:cl) - (:export - + (:export + ;; immediate types + #:no-long-long #:def-constant #:def-foreign-type #:def-type #:null-char-p - + ;; aggregate types #:def-enum #:def-struct @@ -31,7 +32,7 @@ #:def-array-pointer #:deref-array #:def-union - + ;; objects #:allocate-foreign-object #:free-foreign-object @@ -52,7 +53,8 @@ #:with-cast-pointer #:def-foreign-var #:convert-from-foreign-usb8 - + #:def-pointer-var + ;; string functions #:convert-from-cstring #:convert-to-cstring @@ -65,7 +67,7 @@ #:with-foreign-string #:with-foreign-strings #:foreign-string-length - + ;; function call #:def-function @@ -78,6 +80,11 @@ ;; OS #:run-shell-command #:getenv + + ;; Internatialization + #:no-i18n + #:*default-external-format* + #:*external-formats* ))