Server Wait On Clients System - API Documentation
v1.4.2
Server Wait On Clients System.
|
Command line argument processing for swocserverd using getopt_long. More...
#include <getopt.h>
#include <stdio.h>
#include <stdlib.h>
#include <sysexits.h>
#include "internal.h"
#include <cmdlineargs.h>
Functions | |
int | process_cla (int argc, char **argv,...) |
Process command line arguments using getopt_long. More... | |
Command line argument processing for swocserverd using getopt_long.
Released under the GPLv3 only.
SPDX-License-Identifier: GPL-3.0
int process_cla | ( | int | argc, |
char ** | argv, | ||
... | |||
) |
Process command line arguments using getopt_long.
argc | The standard CLA argc. |
argv | The standard CLA argv. |
... | No further args. Here due to shared prototype. |