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
/
s_remquo.c
blob
9ba6a12139e5a8ac8102d9ed7634d40a44944cb4
1
#include <math.h>
2
#include
"headers/remquo.h"
3
4
double
remquo
(
double
x
,
double
y
,
int
*
quo
)
5
{
6
return
_remquo
(
x
,
y
,
quo
);
7
}