You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#define ft2m(x) ((x) * 0.3048) |
|
#define kt2mps(x) ((x) * 0.514444444) |
|
#define sqr(x) ((x)*(x)) |
|
|
|
void set_nonblocking(int fd); |
|
double normalise(double v, double min, double max); |
|
double normalise180(double v);
|
|
|