os/libc/math.h

7 lines
63 B
C
Raw Normal View History

2019-02-09 12:52:45 -06:00
#ifndef MATH_H
#define MATH_H
float ceilf(float num);
#endif