generated from seanpm2001/Template_Other_V4
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPROJECT_LANG_1.c
More file actions
26 lines (26 loc) · 1.11 KB
/
PROJECT_LANG_1.c
File metadata and controls
26 lines (26 loc) · 1.11 KB
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
#include <stdio.h>
// Start of script
// Warning: contains bad code, may not compile
// I decided to make C the first project language for this project (Cyborg System Monitor) as it is the best language to use for system functions, especially for this project, as most Linux System Monitors contain C compatible source code. When that isn't the case, C++ will be used.
union projectLanguageFileOne() {
int main(void) {
printf("Project language file 1: C");
printf("For: Cyborg System Monitor");
printf("I decided to make C the first project language for this project (Cyborg System Monitor) as it is the best language to use for system functions, especially for this project, as most Linux System Monitors contain C compatible source code. When that isn't the case, C++ will be used.\n");
break;
}
}
int loop1 = 1;
while (loop1 == 1) {
return main();
break;
}
else {
break;
printf("Error. Loop has broken. Please close the program");
}
// File info
// File version: 1 (Friday, July 2nd 2021 at 5:57 pm)
// File type: C Source file (*.c)
// Line count (including blank lines and compiler line): 27
// End of script