#include <ccpp/bits/getopt_implementation.h>
#include <getopt.h>
#include <stdio.h>
#include <string.h>
#include "di/container/algorithm/prelude.h"
#include "di/container/string/prelude.h"
#include "di/util/prelude.h"
Namespaces | |
namespace | ccpp |
Functions | |
auto | ccpp::getopt_implementation (int argc, char *const argv_in[], char const *optstring, const struct option *longopts_in, int *longindex, bool long_only) -> int |