7 lines
63 B
C
7 lines
63 B
C
#ifndef MATH_H
|
|
#define MATH_H
|
|
|
|
float ceilf(float num);
|
|
|
|
#endif
|