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
/
s_ceil.c
blob
c96d976fb66d8375dd53aa5d8758fc62e810a480
1
#include <math.h>
2
#include
"headers/ceil.h"
3
4
double
ceil
(
double
x
)
5
{
6
return
_ceil
(
x
);
7
}