Added Integrated.c for integrated commands

This commit is contained in:
2022-10-19 21:44:28 -05:00
parent 0e2f915c50
commit 098d645eef
2 changed files with 20 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef INTEGRATED_H
#define INTEGRATED_H
void IntegratedCheck(char* command);
#endif