aboutsummaryrefslogtreecommitdiff
path: root/unit_label.h
blob: 7fe1f2b21d3d0664c954f533b3994cd8767f5c3a (plain)
1
2
3
4
5
6
struct unit_label {
	double lower_bound;
	char *label;
};

double make_unit_whatsit(const struct unit_label l[], char **unit, double value);