24 enum Style { regular, invisible };
35 inline double max(
double x,
double y) {
40 }
inline double min(
double x,
double y) {
47 inline int max(
int x,
int y) {
54 inline int min(
int x,
int y) {
65 int operator==(
Point other) {
66 return x == other.
x && y == other.
y;
71 typedef enum { regular, invisible } Style;
Agraph_t * graph(char *name)
void freeGraphData(vtx_data *graph)
void freeGraph(v_data *graph)