1 2 3 4 5 6 7 8
#ifndef _MESA_MATH_H_ #define _MESA_MATH_H_ #include <math.h> extern void _math_init( void ); #endif