/OS-ktu-s4-c-programs

All no library programs for ktu s4 operating systems implemented in c

Primary LanguageC

OS-scheduling-programs-in-C

programs that don't use any library for ktu s4 os lab implemented in C

How to execute

to compile if you are using gcc to compile

gcc filename.c -o filename

if clang

clang filename.c -o filename

Ignore the void main to int warning in clang or better gcc

and then

./filename

to execute