# CeeVLang Documentation ## Includes ```cpp #include "colors.h" #include #include #include #include #include #include #include ``` ## Functions ```cpp int read_file(std::deque args); ``` * Param: std::deque\ args - The arguments from main() in ceev.cc, with used values stripped out. * Returns: int exit_code * Reads the file and outputs it. Currently a work in progress.