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: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git]
/
newlib
/
libm
/
machine
/
spu
/
llround.c
blob
a24450e328816510dd3e1110fc01efd83eac723e
1
#include <math.h>
2
#include
"headers/llround.h"
3
4
long long int
llround
(
double
x
)
5
{
6
return
_llround
(
x
);
7
}