diff bindings/sb-alien/package.lisp @ 511:3141e51cb077

Initial checkin of WIP sb-alien bindings. Includes some analogues to libtests/ test files in tests.lisp Coverage of the C API is not complete, but I think there's enough to implement all the same functionality tests as there are in the libtests/ suite.
author mas01cr
date Wed, 21 Jan 2009 21:48:25 +0000
parents
children 09af91f8803f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bindings/sb-alien/package.lisp	Wed Jan 21 21:48:25 2009 +0000
@@ -0,0 +1,4 @@
+(cl:defpackage "SB-ADB"
+  (:use "CL" "SB-ALIEN")
+  (:export "ADB" "OPEN" "CLOSE" "QUERY" "WITH-ADB")
+  (:shadow "OPEN" "CLOSE"))