DEBSOURCES
Skip Quicknav
sources / lintian / 2.4.3%2Bsqueeze1 / testset / debug / hello.c
123456789
#include <stdlib.h> #include "libhello.h" int main(void) { hello(); exit(0); }