s_lroundf.c - vx32 - Local 9vx git repository for patches.
(HTM) git clone git://r-36.net/vx32
(DIR) Log
(DIR) Files
(DIR) Refs
---
s_lroundf.c (161B)
---
1
2 #define type float
3 #define roundit roundf
4 #define dtype long
5 #define DTYPE_MIN LONG_MIN
6 #define DTYPE_MAX LONG_MAX
7 #define fn lroundf
8
9 #include "s_lrint.c"