Added .pishrc and a function for resetting an object of the struct

This commit is contained in:
2022-10-27 03:47:19 -05:00
parent 8a1ac21a5c
commit a8420ec3f8
4 changed files with 43 additions and 22 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
#include "Common.h"
const char* GetHomeDir(void);
void IntegratedCheck(char* command);
void ReadPishrc(void);
void ReadPishrc(CommandStruct* command, char* inputString);
#endif