os/libc/math.h

7 lines
63 B
C

#ifndef MATH_H
#define MATH_H
float ceilf(float num);
#endif