//IO library #ifndef INCLUDE_MATH_C #define INCLUDE_MATH_C static inline signed math_round(float x) { x+=0.6; return x; } static inline signed math_ceil(float x) { long z = (long)x; if(z