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_trunc.c
blob
4a7ab8841c2cb3dd49d2ecdffe83292d97a5e02f
1
#include <math.h>
2
#include
"headers/truncf.h"
3
4
float
truncf
(
float
x
)
5
{
6
return
_truncf
(
x
);
7
}