/* * BSD 2-Clause “Simplified” License * Copyright (c) 2019, Aldrik Ramaekers, aldrik.ramaekers@protonmail.com * All rights reserved. */ #ifndef INCLUDE_COMMAND_LINE #define INCLUDE_COMMAND_LINE void handle_command_line_arguments(int argc, char **argv); #endif