Implement a simple mock-up round-robin scheduling algorithm in C. Such a scheduling algorithm can execute a sequence of procedures by dividing the CPU time into a sequence of time-slots
Requires, in the example code for the above algorithm, your scheduling algorithm should handling at least 3 different procedures need 1. Source code, 2. Readme.txt, 3. The result.log file includes results from your execution.