4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-27 01:27:21 +08:00
newlib-cygwin/newlib/libm/ld/s_lroundl.c

12 lines
214 B
C
Raw Normal View History

#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#define type long double
#define roundit roundl
#define dtype long
#define DTYPE_MIN LONG_MIN
#define DTYPE_MAX LONG_MAX
#define fn lroundl
#include "s_lround.c"