X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fpackage.lisp;h=905809369314d2482ecf85851b64a5b59292b0df;hb=HEAD;hp=bdce95b70b5fcf3b91ede72cb5374a66eac66239;hpb=996ef9dcf5bf917a6a0e977a23b9cafb522c107c;p=uffi.git diff --git a/src/package.lisp b/src/package.lisp index bdce95b..9058093 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -18,6 +18,7 @@ (:export ;; immediate types + #:no-long-long #:def-constant #:def-foreign-type #:def-type @@ -79,6 +80,12 @@ ;; OS #:run-shell-command #:getenv - )) - + ;; Internatialization + #:no-i18n + #:*default-foreign-encoding* + #:*foreign-encodings* + #:foreign-encoded-octet-count + #:string-to-octets + #:octets-to-string + ))