#ifndef __C_LIB_H__ #define __C_LIB_H__ #include void say_hello(FILE *stream); #endif /* __C_LIB_H__ */