Group_B_VirtualEscapeRoom
|
#include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include "parsenexec.h"
#include "puzzle.h"
#include "execution.h"
Functions | |
bool | parse_and_execute (char *input) |
parses and executes the user input More... | |
bool parse_and_execute | ( | char * | input | ) |
parses and executes the user input
This function parses the user input and separates the command and argument part of the input using the space delimiter. Also, calls other execution functions to execute the user command
[in] | input | the input captured from the user |