-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinclude.c
More file actions
29 lines (29 loc) · 729 Bytes
/
include.c
File metadata and controls
29 lines (29 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#include <stdio.h>
#include <stdlib.h>
#include <stdalign.h>
#include <string.h>
#include <ctype.h>
#include <stddef.h>
#include <time.h>
#include "scan.c"
#include "grade_number.c"
#include "woman_brillant_am.c"
#include "woman_good_am.c"
#include "woman_pass_am.c"
#include "woman_fail_am.c"
#include "woman_scholar_am.c"
#include "woman_brillant_pm.c"
#include "woman_good_pm.c"
#include "woman_pass_pm.c"
#include "woman_fail_pm.c"
#include "woman_scholar_pm.c"
#include "man_scholar_am.c"
#include "man_scholar_pm.c"
#include "man_brillant_am.c"
#include "man_brillant_pm.c"
#include "man_good_am.c"
#include "man_good_pm.c"
#include "man_pass_am.c"
#include "man_pass_pm.c"
#include "man_fail_am.c"
#include "man_fail_pm.c"