2020301918-os/inc/time.h
2022-10-18 18:23:01 +08:00

9 lines
111 B
C

#ifndef MINIOS_TIME_H
#define MINIOS_TIME_H
#include "type.h"
void timecounter_inc();
size_t clock();
#endif