From e9b19895c2322f1b9753f67fbe3124eb99bcfe16 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 25 Jan 2026 09:57:16 +0100 Subject: Add braille MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- convert-to-braille.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 convert-to-braille.c (limited to 'convert-to-braille.c') diff --git a/convert-to-braille.c b/convert-to-braille.c new file mode 100644 index 0000000..c5513c9 --- /dev/null +++ b/convert-to-braille.c @@ -0,0 +1,18 @@ +/* See LICENSE file for copyright and license details. */ +#include "common.h" + +USAGE(""); + + +int +main(int argc, char *argv[]) +{ + ARGBEGIN { + default: + usage(); + } ARGEND; + if (argc) + usage(); + + return convert(&libcharconv_braille); +} -- cgit v1.2.3-70-g09d2