#ifndef __my_lib_hpp #define __my_lib_hpp #define MY_LIB_DEFINE 0 int my_lib_fn(); int my_lib_fn(int x); #endif