added EV , fixed input and output
This commit is contained in:
+2
-1
@@ -6,9 +6,10 @@ const char* GetHomeDir(void);
|
||||
typedef struct CommandStruct {
|
||||
char* argv[100]; // Max 100 commands
|
||||
int argc;
|
||||
char* envp[20]; // Enviroment Varibles
|
||||
} CommandStruct;
|
||||
|
||||
void CopyCommandStruct(CommandStruct* oldCommand, CommandStruct* newCommand, int start, int end);
|
||||
void ResetCommandStruct(CommandStruct* command);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user