]> sourceware.org Git - glibc.git/blame - sysdeps/stub/s_log2l.c
Update.
[glibc.git] / sysdeps / stub / s_log2l.c
CommitLineData
e7fd8a39
UD
1#include <math.h>
2#include <stdio.h>
3
4long double
5__log2l (long double x)
6{
7 fputs ("__log2l not implemented\n", stderr);
8 return 0.0;
9}
10
11stub_warning (__log2l)
This page took 0.032993 seconds and 5 git commands to generate.