1 2 3 4 5 6 7 8 9
#ifndef __C_LIB_H__ #define __C_LIB_H__ #include <stdio.h> void say_hello(FILE *stream); #endif /* __C_LIB_H__ */