aboutsummaryrefslogtreecommitdiffstats
path: root/test.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-02-28 21:01:26 -0500
committerSam Anthony <sam@samanthony.xyz>2025-02-28 21:01:26 -0500
commit942a6711361c371da0736cc62f0e3e2ed13f341b (patch)
tree607afae0b1c3446bbdc76da4b59d24ca24f0d753 /test.h
parentfaf14d71cfbac1f21500f4b997441fa03731bf0e (diff)
downloadvolute-942a6711361c371da0736cc62f0e3e2ed13f341b.zip
fraction/percent conversion functions
Diffstat (limited to 'test.h')
-rw-r--r--test.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test.h b/test.h
index cc91c7e..ef3e9cf 100644
--- a/test.h
+++ b/test.h
@@ -15,6 +15,9 @@ void test_as_rad_per_sec(void);
void test_as_deg_per_sec(void);
void test_as_rpm(void);
+void test_percent(void);
+void test_as_percent(void);
+
void test_pascal(void);
void test_millibar(void);
void test_kilopascal(void);