cctools
getopt_aux.h
1/*
2Copyright (C) 2022 The University of Notre Dame
3This software is distributed under the GNU General Public License.
4See the file COPYING for details.
5*/
6
7/* Auxiliary functions for common processing of options */
8
9#include "getopt.h"
10
15void opts_write_port_file(const char *port_file, const int port);