Added some code to peer into a data structure in Maemian/Schedule.pm. Also added the
[maemian] / nokia-lintian / testset / debug / hello.c
1 #include <stdlib.h>
2 #include "libhello.h"
3
4 int
5 main(void)
6 {
7         hello();
8         exit(0);
9 }