Initial support for external-formats for encoding foreign strings
[uffi.git] / src / package.lisp
index bdce95b70b5fcf3b91ede72cb5374a66eac66239..b6cd204e22b8145fa69e637395214fc76eb14175 100644 (file)
@@ -18,6 +18,7 @@
   (:export
 
    ;; immediate types
+   #:no-long-long
    #:def-constant
    #:def-foreign-type
    #:def-type
    ;; OS
    #:run-shell-command
    #:getenv
+
+   ;; Internatialization
+   #:no-i18n
+   #:*default-external-format*
+   #:*external-formats*
    ))