evo-crypter
 
Loading...
Searching...
No Matches
cli.h
Go to the documentation of this file.
1
6#ifndef EVO_CONFIG_CLI_H
7#define EVO_CONFIG_CLI_H
8
9#include "mod.h"
10
25Config parse_command_line_args(int argc, char* argv[]);
26
27#endif // EVO_CONFIG_CLI_H
Config parse_command_line_args(int argc, char *argv[])
Parses command-line arguments and populates the Config struct.
Definition cli.c:89
Defines mutation functions and dispatch logic for evo-crypter.
Represents the program's configuration settings.
Definition mod.h:24