CAEN Utility  2.0.2
Utilities for CAEN projects
POSIX Getopt for Windows

Platform independent version for Getopt, POSIX function defined by unistd.h. More...

Macros

#define c_mp_opterr   opterr
 
#define c_mp_optopt   optopt
 
#define c_mp_optind   optind
 
#define c_mp_optarg   optarg
 
#define c_mp_getopt   getopt
 
#define c_opterr   c_mp_opterr
 
#define c_optopt   c_mp_optopt
 
#define c_optind   c_mp_optind
 
#define c_optarg   c_mp_optarg
 
#define c_getopt   c_mp_getopt
 

Detailed Description

Platform independent version for Getopt, POSIX function defined by unistd.h.

Author
Hans Dietrich
Precondition
Windows only. On Linux they are just macros to unistd.h Getopt variables

Macro Definition Documentation

◆ c_mp_opterr

#define c_mp_opterr   opterr

Definition at line 405 of file CAENMultiplatform.h.

◆ c_mp_optopt

#define c_mp_optopt   optopt

Definition at line 406 of file CAENMultiplatform.h.

◆ c_mp_optind

#define c_mp_optind   optind

Definition at line 407 of file CAENMultiplatform.h.

◆ c_mp_optarg

#define c_mp_optarg   optarg

Definition at line 408 of file CAENMultiplatform.h.

◆ c_mp_getopt

#define c_mp_getopt   getopt

Definition at line 409 of file CAENMultiplatform.h.

◆ c_opterr

#define c_opterr   c_mp_opterr

Definition at line 412 of file CAENMultiplatform.h.

◆ c_optopt

#define c_optopt   c_mp_optopt

Definition at line 413 of file CAENMultiplatform.h.

◆ c_optind

#define c_optind   c_mp_optind

Definition at line 414 of file CAENMultiplatform.h.

◆ c_optarg

#define c_optarg   c_mp_optarg

Definition at line 415 of file CAENMultiplatform.h.

◆ c_getopt

#define c_getopt   c_mp_getopt

Definition at line 416 of file CAENMultiplatform.h.