4d5fc458e0adf6229c5437ee71dc3e82a5843867
[maemian] / nokia-lintian / testset / libbaz / baz.c
1 #include <math.h>
2
3 double pw(double p)
4 {
5         return exp(p);
6 }