15#if !defined(__CYGWIN__) && defined(__GNUC__) && !defined(__MINGW32__)
16#define INTERNAL __attribute__((visibility("hidden")))
INTERNAL void addpt(Point *a, Point b, Point c)
INTERNAL double dist_2(Point, Point)
distance squared between two points
INTERNAL double area_2(Point a, Point b, Point c)
INTERNAL void subpt(Point *a, Point b, Point c)
INTERNAL void geominit(void)
INTERNAL int leftOf(Point a, Point b, Point c)