Files
mop3/libmath/math.h
kamkow1 bea4ddd2c8
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m9s
Berry failed port attempt leftovers :(
2026-03-08 23:35:41 +01:00

9 lines
143 B
C

#ifndef _LIBMATH_MATH_H
#define _LIBMATH_MATH_H
double fmod (double a, double b);
float fmodf (float a, float b);
#endif // _LIBMATH_MATH_H