#ifndef MATH_H #define MATH_H #ifdef __cplusplus extern "C" { #endif void lMathRegister(void); #ifdef __cplusplus } #endif #endif