fill students schedules

This commit is contained in:
SowinskiBraeden committed 2024-10-19 14:56:13 -07:00
1 parent c28f6e5353
commit 2af472cdde
7 files changed
+39 -34

No files matched your search

+2
View File
@@ -31,4 +31,6 @@
// 5 is the length of "FALSE" & 3 is the number of commas per line
#define MAX_CHAR MAX_PUPIL_NUM_LEN + MAX_COURSE_NO_LEN + MAX_COURSE_DES_LEN + 5 + 3
static const char FLEX[][11] = {"XAT--12A-S", "XAT--12B-S"};
#endif