step 4 does not work fully
This commit is contained in:
4 files changed
+68
-26
No files matched your search
+1
-1
@@ -6,7 +6,7 @@
|
||||
#define COURSES_H_INCLUDED
|
||||
|
||||
typedef struct {
|
||||
char uniqueCrsNos[MAX_COURSES][MAX_COURSE_NO_LEN];
|
||||
char uniqueCrsNos[MAX_CLASSES][MAX_COURSE_NO_LEN];
|
||||
uint16_t numberOfCourses;
|
||||
} UNIQUE_COURSES;
|
||||
|
||||
|
||||
Reference in new issue
Block a user