diff options
Diffstat (limited to 'convert-to-tags.c')
| -rw-r--r-- | convert-to-tags.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/convert-to-tags.c b/convert-to-tags.c index 000d4b9..ce5a7a6 100644 --- a/convert-to-tags.c +++ b/convert-to-tags.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_tags); -} +SIMPLE(libcharconv_tags) |
