#include "clib.h" void say_hello(FILE *stream) { fprintf(stream,"hello world\n"); }