DEBSOURCES
Skip Quicknav
sources / gccintro / 1.0-5 / bye_fn.c
12345678
#include <stdio.h> #include "hello.h" void bye (void) { printf ("Goodbye!\n"); }