00001 /*! \file my_math.h 00002 Header file for my_math.c 00003 */ 00004 00005 00006 #ifndef MY_MATH_HD 00007 00008 unsigned int round_to_multiple_of (unsigned int value, unsigned int factor); 00009 00010 #define MY_MATH_HD 00011 #endif