7 lines
125 B
C

#ifndef INCLUDED_UTILS_H
#define INCLUDED_UTILS_H
double degrees_to_radians(double degrees);
#endif /* INCLUDED_UTILS_H */