Iros
Loading...
Searching...
No Matches
getopt_short.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
ccpp/bits/config.h
>
4
5
__CCPP_BEGIN_DECLARATIONS
6
7
extern
char
*
optarg
;
8
9
extern
int
optind
;
10
extern
int
opterr
;
11
extern
int
optopt
;
12
13
int
getopt
(
int
__argc,
char
*
const
__argv[],
char
const
* __optstring);
14
15
__CCPP_END_DECLARATIONS
getopt
int getopt(int __argc, char *const __argv[], char const *__optstring)
config.h
__CCPP_END_DECLARATIONS
#define __CCPP_END_DECLARATIONS
Definition
config.h:8
__CCPP_BEGIN_DECLARATIONS
#define __CCPP_BEGIN_DECLARATIONS
Definition
config.h:7
optopt
int optopt
Definition
optvars.cpp:8
optind
int optind
Definition
optvars.cpp:6
optarg
char * optarg
Definition
optvars.cpp:4
opterr
int opterr
Definition
optvars.cpp:7
libs
ccpp
include
ccpp
bits
getopt_short.h
Generated by
1.13.0