diff options
Diffstat (limited to 'convert-to-bold-fraktur.c')
| -rw-r--r-- | convert-to-bold-fraktur.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/convert-to-bold-fraktur.c b/convert-to-bold-fraktur.c index b9a302e..8475f61 100644 --- a/convert-to-bold-fraktur.c +++ b/convert-to-bold-fraktur.c @@ -1,18 +1,4 @@ /* 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); -} +SIMPLE(libcharconv_bold_fraktur) |
