foreign-c/foreign/c/gauche-primitives-gauche.scm

7 lines
195 B
Scheme

(define-module foreign.c.gauche-primitives-gauche
(export hello))
(select-module foreign.c.gauche-primitives-gauche)
(dynamic-load "gauche-primitives-gauche")
;(define (hello) 1)