Graphviz 13.1.3~dev.20250905.1412
Loading...
Searching...
No Matches
boxes.h
Go to the documentation of this file.
1
3#pragma once
4
5#include <common/geom.h>
6#include <util/list.h>
7
8typedef LIST(boxf) boxes_t;
geometric types and macros (e.g. points and boxes)
type-generic dynamically expanding list
#define LIST(type)
Definition list.h:55
Definition geom.h:41