aboutsummaryrefslogtreecommitdiff
path: root/unit_label.h
diff options
context:
space:
mode:
Diffstat (limited to 'unit_label.h')
-rw-r--r--unit_label.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/unit_label.h b/unit_label.h
new file mode 100644
index 0000000..7fe1f2b
--- /dev/null
+++ b/unit_label.h
@@ -0,0 +1,6 @@
+struct unit_label {
+ double lower_bound;
+ char *label;
+};
+
+double make_unit_whatsit(const struct unit_label l[], char **unit, double value);