update project structure & create Makefile
This commit is contained in:
13 files changed
+781
-667
No files matched your search
@@ -0,0 +1,11 @@
|
||||
#include "courses.h"
|
||||
#include "students.h"
|
||||
|
||||
#ifndef JSON_H_INCLUDED
|
||||
#define JSON_H_INCLUDED
|
||||
|
||||
int createDirectory(const char *dir_name);
|
||||
int writeStudentsToJson(STUDENT *students, size_t numberOfStudents, char output_dir[]);
|
||||
int writeCoursesToJson(COURSE *courses, size_t numberOfCourses, char output_dir[]);
|
||||
|
||||
#endif
|
||||
Reference in new issue
Block a user