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