Compress-Zstd

 view release on metacpan or  search on metacpan

ext/zstd/tests/regression/test.c  view on Meta::CPAN

            case 'h':
            case '?':
            default:
                print_help();
                return 1;
        }
    }

    int bad = 0;
    for (size_t i = 0; i < nargs; ++i) {
        if (long_extras[i].opt_type != required_option)
            continue;
        if (long_extras[i].value == NULL)
            continue;
        if (*long_extras[i].value != NULL)
            continue;
        fprintf(
            stderr,
            "--%s is a required argument but is not set\n",
            long_options[i].name);
        bad = 1;



( run in 0.356 second using v1.01-cache-2.11-cpan-0d8aa00de5b )