repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update.
[glibc.git]
/
sysdeps
/
stub
/
e_log10l.c
blob
0e8cdcaaa910153331049f566010741352d6860a
1
#include <math.h>
2
#include <stdio.h>
3
4
long double
5
__ieee754_log10l
(
long double
x
)
6
{
7
fputs
(
"__ieee754_log10l not implemented
\n
"
,
stderr
);
8
return
0.0
;
9
}
10
11
stub_warning
(
__ieee754_log10l
)