evo-crypter
 
Loading...
Searching...
No Matches
utils.h
Go to the documentation of this file.
1
6#ifndef EVO_CONFIG_UTILS_H
7#define EVO_CONFIG_UTILS_H
8
9#include "mod.h"
10
16void print_usage(const char* program_name);
17
27bool is_valid_generations(const char* generations);
28
29#endif // EVO_CONFIG_UTILS_H
bool is_valid_generations(const char *generations)
Validates the generation string.
Definition utils.c:16
void print_usage(const char *program_name)
Prints the program's usage information to the console.
Definition utils.c:3
Defines mutation functions and dispatch logic for evo-crypter.