Added tests and fixed reading modules and striping names functionality

This commit is contained in:
2022-11-10 19:58:59 -06:00
parent 4e20f39ecd
commit ff37c5e208
4 changed files with 91 additions and 25 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ typedef struct ModuleStruct
} ModuleStruct;
int ReadSingleModule(int fd, ModuleStruct* module);
int WriteSingleModule(int fd, ModuleStruct* module, char* filename);
void SafetyCheck(int status, char* message);
char* StripFilename(char* filename);
void Stuffy(int argc, char* argv[]);