|
Server Wait On Clients System - API Documentation v1.8.3
Server Wait On Clients System.
|
Command line argument processing for swocserverd using getopt_long. More...
#include <getopt.h>#include <libgen.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "internal.h"#include <libmgec/mge-errno.h>#include <swoc/cmdlineargs.h>
Functions | |
| int | process_cla (int argc, char **argv,...) |
| Process command line arguments using getopt_long. | |
Command line argument processing for swocserverd using getopt_long.
Released under the GPLv3 only.
SPDX-License-Identifier: GPL-3.0-only
| int process_cla | ( | int | argc, |
| char ** | argv, | ||
| ... ) |
Process command line arguments using getopt_long.
On error mge_errno will be set.
| argc | The standard CLA argc. |
| argv | The standard CLA argv. |
| ... | Variable number of flag structs. |