]> wirehaze git hosting - ppos.git/blob - ppos/kernel/time.c

wirehaze git hosting

tasks implementation (ongoing)
[ppos.git] / ppos / kernel / time.c
1 // PingPongOS - PingPong Operating System
2
3 void time_init()
4 {
5 }
6
7 int systime()
8 {
9 return (0);
10 }