Skip to main content

Module getopt

Module getopt 

Source
Expand description

getopt.h implementation.

Non-POSIX, see https://www.man7.org/linux/man-pages/man3/getopt.3.html.

Structs§

option
Non-POSIX, see https://www.man7.org/linux/man-pages/man3/getopt.3.html.

Constants§

no_argument
Non-POSIX, see https://www.man7.org/linux/man-pages/man3/getopt.3.html.
optional_argument
Non-POSIX, see https://www.man7.org/linux/man-pages/man3/getopt.3.html.
required_argument
Non-POSIX, see https://www.man7.org/linux/man-pages/man3/getopt.3.html.

Functions§

getopt_long
Non-POSIX, see https://www.man7.org/linux/man-pages/man3/getopt.3.html.