From cd73fd40ffc04a65abe0260fe82949d7c354e282 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sun, 2 Mar 2025 12:18:34 -0500 Subject: add inHG pressure unit --- test.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test.h') diff --git a/test.h b/test.h index 4f14ef8..86d59c0 100644 --- a/test.h +++ b/test.h @@ -23,11 +23,13 @@ void test_millibar(void); void test_kilopascal(void); void test_bar(void); void test_psi(void); +void test_inch_mercury(void); void test_as_pascal(void); void test_as_millibar(void); void test_as_kilopascal(void); void test_as_bar(void); void test_as_psi(void); +void test_as_inch_mercury(void); void test_kelvin(void); void test_celsius(void); -- cgit v1.2.3