generated from seanpm2001/Template_Other_V4
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
PROJECT_LANG_6.c
27 lines (27 loc) · 1.19 KB
/
PROJECT_LANG_6.c
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
#include <stdio.h>
// Start of script
// Warning: contains bad code, may not compile
// I decided to make C the sxith project language for this project (StartFsck) as it is the best language to use for hardware level functions, and is a stable and portable enough language to work. It is compatible with the majority of operating systems, and can be a replacement for C# for Windows XP and below.
union projectLanguageFileSix() {
int main(void) {
printf("Project language file 6: C");
printf("For: StartFsck");
printf("I decided to make C the sxith project language for this project (StartFsck) as it is the best language to use for hardware level functions, and is a stable and portable enough language to work. It is compatible with the majority of operating systems, and can be a replacement for C# for Windows XP and below..\n");
break;
}
}
int loop1 = 1;
while (loop1 == 1) {
return main();
break;
}
else {
break;
printf("Error. Loop has broken. Please close the program");
kill 0 // (end with a crash)
}
// File info
// File version: 1 (Wednesday, August 4th 2021 at 3:45 pm)
// File type: C Source file (*.c)
// Line count (including blank lines and compiler line): 28
// End of script