Iros
Loading...
Searching...
No Matches
getopt_implementation.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
getopt.h
>
4
5
namespace
ccpp
{
6
int
getopt_implementation
(
int
argc,
char
*
const
argv[],
char
const
* optstring,
struct
option
const
* longopts,
7
int
* longindex,
bool
long_only);
8
}
getopt.h
ccpp
Definition
getopt.cpp:3
ccpp::getopt_implementation
auto getopt_implementation(int argc, char *const argv_in[], char const *optstring, const struct option *longopts_in, int *longindex, bool long_only) -> int
Definition
getopt_implementation.cpp:162
libs
ccpp
include
ccpp
bits
getopt_implementation.h
Generated by
1.13.0