libflint/include/lfutility.h

10 lines
139 B
C

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