diff options
Diffstat (limited to 'convert-to-bold-fraktur.c')
| -rw-r--r-- | convert-to-bold-fraktur.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/convert-to-bold-fraktur.c b/convert-to-bold-fraktur.c new file mode 100644 index 0000000..b9a302e --- /dev/null +++ b/convert-to-bold-fraktur.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_bold_fraktur); +} |
