15 lines
308 B
C
15 lines
308 B
C
/* Copyright (C) vx_clutch
|
|
*
|
|
* This file is part of yait
|
|
*
|
|
* This project and file is licenced under the BSD-3-Clause licence.
|
|
* <https://opensource.org/license/bsd-3-clause>
|
|
*/
|
|
|
|
#ifndef STANDARD_H
|
|
#define STANDARD_H
|
|
|
|
int parse_standard_options (void (*usage_func) (), int argc, char **argv);
|
|
|
|
#endif
|