ndhc/cfg.h

10 lines
193 B
C

// Copyright 2018 Nicholas J. Kain <njkain at gmail dot com>
// SPDX-License-Identifier: MIT
#ifndef NDHC_CONFIG_H_
#define NDHC_CONFIG_H_
void parse_cmdline(int argc, char *argv[]);
#endif