Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Examples  

my_math.h

Go to the documentation of this file.
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

Generated on Thu Apr 3 16:23:43 2003 for Common_C_libraries by doxygen1.3-rc1