Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 5a3d998cc00060c67a9a8d7f23c2d34c > files > 70

gauche-0.8.14-3.fc11.x86_64.rpm

;;;
;;; mqueue_cpp
;;;

(define-module example.mqueue-cpp
  (export <mqueue>
          make-mqueue mqueue-find mqueue-name mqueue-empty?
          mqueue-push! mqueue-pop!)
  )
(select-module example.mqueue-cpp)

;; Loads extension
(dynamic-load "mqueue_cpp")

;; Epilogue
(provide "example/mqueue-cpp")