#ifndef MWE_H_ #define MWE_H_ int add(int i, int j); #endif