#ifndef LIBFLINT_H_UTILITY #define LIBFLINT_H_UTILITY typedef struct Point { int x; int y; } Point; #endif // LIBFLINT_H_UTILITY