annotate 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
rev   line source
mas01cr@511 1 (cl:defpackage "SB-ADB"
mas01cr@511 2 (:use "CL" "SB-ALIEN")
mas01cr@511 3 (:export "ADB" "OPEN" "CLOSE" "QUERY" "WITH-ADB")
mas01cr@511 4 (:shadow "OPEN" "CLOSE"))