Site Tools


libflint:utility

Table of Contents

utility

Utility code that does not fit anywhere else

Structs

Point

Representation of a point on a two dimensional grid

typedef struct {
    int x;
    int y;
} Point;
libflint/utility.txt · Last modified: 2025/01/07 03:03 by eburk