|
| From: | Heinrich Taube |
| Subject: | [Chicken-users] passing variable number of floats to C |
| Date: | Tue, 19 Feb 2008 07:00:37 -0600 |
ie:
(define (pass-floats . floats)
(let ((len (length floats)))
(my_c_function len (list->*float floats))
))
how do i get the behavior of list->*float ?
thanks for any tips!
best rick
| [Prev in Thread] | Current Thread | [Next in Thread] |