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
/
sf_remquo.c
blob
3494398b244878392267339bd15f0f7af32a5db7
1
#include <math.h>
2
#include
"headers/remquof.h"
3
4
float
remquof
(
float
x
,
float
y
,
int
*
quo
)
5
{
6
return
_remquof
(
x
,
y
,
quo
);
7
}