#ifndef __FOO_H__ #define __FOO_H__ #define PI 3.14159 void foo(); void fee(); #endif // __FOO_H__