#ifndef _DOLPHIN_CMATH_H_ #define _DOLPHIN_CMATH_H_ float powf(float x, float y); float tanf(float); #endif // _DOLPHIN_CMATH_H_