8 lines
160 B
Common Lisp
8 lines
160 B
Common Lisp
#include <clc/clc.h>
|
|
#include <clc/clcmacro.h>
|
|
#include <clc/math/clc_floor.h>
|
|
|
|
#undef __CLC_FUNCTION
|
|
#define __CLC_FUNCTION floor
|
|
#include "unary_builtin.inc"
|