Berry failed port attempt leftovers :(
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m9s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m9s
This commit is contained in:
8
libmath/math.h
Normal file
8
libmath/math.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _LIBMATH_MATH_H
|
||||
#define _LIBMATH_MATH_H
|
||||
|
||||
double fmod (double a, double b);
|
||||
|
||||
float fmodf (float a, float b);
|
||||
|
||||
#endif // _LIBMATH_MATH_H
|
||||
Reference in New Issue
Block a user