DEBSOURCES
Skip Quicknav
sources / gccintro / 1.0-5 / main.c
12345678
#include "hello.h" int main (void) { hello ("world"); return 0; }