aboutsummaryrefslogtreecommitdiffstats
path: root/libcharconv.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcharconv.h')
-rw-r--r--libcharconv.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/libcharconv.h b/libcharconv.h
index 1c8c4b9..6693376 100644
--- a/libcharconv.h
+++ b/libcharconv.h
@@ -472,6 +472,20 @@ LIBCHARCONV_FUNC_(libcharconv_enclosed_positive);
*/
LIBCHARCONV_FUNC_(libcharconv_enclosed_negative);
+/**
+ * Convert
+ * '1' to METRICAL BREVE,
+ * '2' to METRICAL TWO SHORTS JOINED,
+ * '-1' to METRICAL LONG OVER SHORT,
+ * '-2' to METRICAL LONG OVER TWO SHORTS,
+ * '_1' to METRICAL SHORT OVER LONG,
+ * '_2' to METRICAL TWO SHORTS OVER LONG,
+ * '3' to METRICAL TRISEME,
+ * '4' to METRICAL TETRASEME, and
+ * '5' to METRICAL PENTASEME
+ */
+LIBCHARCONV_FUNC_(libcharconv_metrical);
+
#undef LIBCHARCONV_FUNC_
#endif