15
16
17
18
19
20
21
22
23
|
;;
;; You should have received a copy of the GNU General Public License
;; along with Megatest. If not, see <http://www.gnu.org/licenses/>.
;;======================================================================
(declare (unit dbi))
(include "dbi/dbi.scm")
|
>
|
15
16
17
18
19
20
21
22
23
24
|
;;
;; You should have received a copy of the GNU General Public License
;; along with Megatest. If not, see <http://www.gnu.org/licenses/>.
;;======================================================================
(declare (unit dbi))
(declare (uses autoload))
(include "dbi/dbi.scm")
|