#ifndef MYLIB_HPP_ #define MYLIB_HPP_ int doubler(int x); #endif