Server Wait On Clients System - Full Internal Documentation
v1.4.2
Server Wait On Clients System.
|
Header file for command line processing. More...
#include <limits.h>
#include <portability.h>
Go to the source code of this file.
Data Structures | |
struct | cla |
Command line argument. More... | |
Macros | |
#define | ARG_BUF PATH_MAX |
Use maximum path length as size of argument for want of a more meaningful value. More... | |
Functions | |
int | process_cla (int argc, char **argv,...) |
Process command line arguments using getopt_long. More... | |
Header file for command line processing.
Released under the GPLv3 only.
SPDX-License-Identifier: GPL-3.0
#define ARG_BUF PATH_MAX |
Use maximum path length as size of argument for want of a more meaningful value.
int process_cla | ( | int | argc, |
char ** | argv, | ||
... | |||
) |
Process command line arguments using getopt_long.
argc | The standard CLA argc. |
argv | The standard CLA argv. |
... | Variable number of flag structs. |
argc | The standard CLA argc. |
argv | The standard CLA argv. |
... | No further args. Here due to shared prototype. |