00001 #ifndef __MATH_PRINT_HPP__ 00002 #define __MATH_PRINT_HPP__ 00003 00004 namespace math { 00005 void print(int const &); 00006 } 00007 00008 #endif