Group_B_VirtualEscapeRoom
|
Go to the source code of this file.
Functions | |
bool | parse_and_execute (char *input) |
parses and executes the user input More... | |
This header file contains the function to parse the user input and execute different execution function based on the input
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 |