Group_B_VirtualEscapeRoom
parsenexec.h
Go to the documentation of this file.
1 
6 #ifndef __PARSENEXEC_H__
7 #define __PARSENEXEC_H__
8 
19 extern bool parse_and_execute(char *input);
20 
21 #endif
parse_and_execute
bool parse_and_execute(char *input)
parses and executes the user input
Definition: parsenexec.c:9