#include int square(int arg) { return (arg*arg); }