mirror of git://sourceware.org/git/glibc.git
9 lines
111 B
C
9 lines
111 B
C
|
#include "nldbl-compat.h"
|
||
|
|
||
|
double
|
||
|
attribute_hidden
|
||
|
pownl (double x, long long int y)
|
||
|
{
|
||
|
return pown (x, y);
|
||
|
}
|