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