Added tests and fixed reading modules and striping names functionality
This commit is contained in:
+1
-1
@@ -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[]);
|
||||
|
||||
Reference in New Issue
Block a user