repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git]
/
newlib
/
libm
/
ld
/
s_lrintl.c
blob
497b442f32d71071f6764a6a64a0cdc437bc1c16
1
#include <sys/cdefs.h>
2
__FBSDID
(
"$FreeBSD$"
);
3
4
#define type long double
5
#define roundit rintl
6
#define dtype long
7
#define fn lrintl
8
9
#include
"s_lrint.c"