calculate students expectedClasses
This commit is contained in:
5 files changed
+10
-9
No files matched your search
@@ -24,6 +24,4 @@ typedef enum {
|
||||
|
||||
TIMETABLE generateTimetable(STUDENT *students, size_t size_students, COURSE *courses, size_t size_courses);
|
||||
|
||||
bool isFlex(char crsNo[MAX_COURSE_NO_LEN]);
|
||||
|
||||
#endif
|
||||
@@ -35,4 +35,6 @@ static const char FLEX[][11] = {"XAT--12A-S", "XAT--12B-S"};
|
||||
|
||||
void handle(void* mem, char name[]);
|
||||
|
||||
bool isFlex(char crsNo[MAX_COURSE_NO_LEN]);
|
||||
|
||||
#endif
|
||||
Reference in new issue
Block a user