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