#ifndef __MY_H_INCLUDE__ #define __MY_H_INCLUDE__ #include int foo(); int simple(); int hello(); #endif