diff --git a/src/main.c b/src/main.c index 03ab6b9..70fc423 100644 --- a/src/main.c +++ b/src/main.c @@ -13,6 +13,14 @@ extern FILE *yyin; */ void notify_exit(void) { DEBUG("Exiting gemstone..."); } +size_t check_option(const char* name) { +if (0 != name){ + return 1; +} else { + return 0; +}; +}; + /** * @brief Closes File after compiling. *