5 lines
89 B
Scheme
5 lines
89 B
Scheme
|
|
(c-declare "#include <math.h>")
|
|
|
|
(define fmod (c-lambda (double double) double "fmod"))
|