aboutsummaryrefslogtreecommitdiffstats
path: root/convert-to-negative.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-01-25 17:34:21 +0100
committerMattias Andrée <m@maandree.se>2026-01-25 17:34:21 +0100
commit518637ac5a94bd2abd1f5ee77a6d116b502a9934 (patch)
tree32f8c57e2f8221d71000c8b3c950cd65041cd903 /convert-to-negative.c
parentAdd tally marks and ideographic tally marks (diff)
downloadcharconv-518637ac5a94bd2abd1f5ee77a6d116b502a9934.tar.gz
charconv-518637ac5a94bd2abd1f5ee77a6d116b502a9934.tar.bz2
charconv-518637ac5a94bd2abd1f5ee77a6d116b502a9934.tar.xz
Add negative
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'convert-to-negative.c')
-rw-r--r--convert-to-negative.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/convert-to-negative.c b/convert-to-negative.c
new file mode 100644
index 0000000..c64a117
--- /dev/null
+++ b/convert-to-negative.c
@@ -0,0 +1,4 @@
+/* See LICENSE file for copyright and license details. */
+#include "common.h"
+
+SIMPLE(libcharconv_negative)