From c8b7fdc7294329dc5eaf9f089f83184ece7d098c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 24 Jan 2026 14:11:01 +0100 Subject: First commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- convert-to-sans-serif.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 convert-to-sans-serif.c (limited to 'convert-to-sans-serif.c') diff --git a/convert-to-sans-serif.c b/convert-to-sans-serif.c new file mode 100644 index 0000000..c3d822f --- /dev/null +++ b/convert-to-sans-serif.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_sans_serif); +} -- cgit v1.2.3-70-g09d2