Added some code to peer into a data structure in Maemian/Schedule.pm. Also added the
[maemian] / nokia-lintian / testset / libbaz / baz.c
1 #include <math.h>
2
3 double pw(double p)
4 {
5         return exp(p);
6 }