llroundf.c 217 字节
Newer Older
R
Rich Felker 已提交
1 2 3 4 5 6 7 8
#define type            float
#define roundit         roundf
#define dtype           long long
#define DTYPE_MIN       LLONG_MIN
#define DTYPE_MAX       LLONG_MAX
#define fn              llroundf

#include "lround.c"