Go to the documentation of this file.
35 #define KNOT_TO_KMH 1.852
38 #define MPH_TO_KMH 1.609344
41 #define KMH_TO_MS 10.0/36.0
44 #define MPH_TO_MS (MPH_TO_KMH * KMH_TO_MS)
47 #define FT_TO_M 0.3048
50 #define FAHRENHEIT_TO_CELCIUS(x) ((x-32.0)/1.8)
53 #define HINCH_TO_MM 0.254
58 typedef struct fapint_llist_item
63 struct fapint_llist_item*
next;
133 unsigned int const part_so,
unsigned int const part_eo,
134 unsigned int* result_len);