#include "mymath1.h" namespace mine { int doSum( int x1, int x2 ) { return ( x1 + x2 ) ; } }