libflint/include/utility.h

10 lines
139 B
C
Raw Normal View History

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