Sophie

Sophie

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

gauche-0.8.14-3.fc11.x86_64.rpm

;;;
;;; spigotlib.stub - Stub definition for 'spigot' module
;;;
;;;   Written by Shiro Kawai (shiro@acm.org)
;;;   I put this program in public domain.  Use it as you like.
;;;
;;; $Id: spigotlib.stub,v 1.3 2005-08-01 12:26:30 shirok Exp $
;;;

"#include \"spigot.h\""

(define-cproc spigot-calculate-pi (digits::<int>)
  (call "Spigot_calculate_pi"))

(define-cproc spigot-calculate-e (digits::<int>)
  (call "Spigot_calculate_e"))

;; Local variables:
;; mode: scheme
;; end: