Added some code to peer into a data structure in Maemian/Schedule.pm. Also added the
[maemian] / nokia-lintian / testset / debug / libhello.c
1 #include <stdio.h>
2
3 void
4 hello(void)
5 {
6         printf("Hello, World!\n");
7 }