mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-08 05:27:33 +02:00
WIP
This commit is contained in:
parent
4b8d143627
commit
861330bc82
1 changed files with 1 additions and 0 deletions
|
@ -1069,6 +1069,7 @@
|
|||
(define-c ceiling
|
||||
"(void *data, int argc, closure _, object k, object z)"
|
||||
" return_exact_double_op(data, k, ceil, z); ")
|
||||
;TODO: working on define-c:inline macro to make it less verbose to do this
|
||||
(define-c truncate
|
||||
"(void *data, int argc, closure _, object k, object z)"
|
||||
" return_exact_double_op(data, k, (int), z); "
|
||||
|
|
Loading…
Add table
Reference in a new issue