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: Add new APIs tc[gs]etwinsize()
[newlib-cygwin.git]
/
newlib
/
libm
/
machine
/
spu
/
sf_floor.c
blob
c5de7ca6a4637f0d2297786f9c071909f7728ca8
1
#include <math.h>
2
#include
"headers/floorf.h"
3
4
float
floorf
(
float
value
)
5
{
6
return
_floorf
(
value
);
7
}