9 lines
111 B
C
9 lines
111 B
C
#ifndef MINIOS_TIME_H
|
|
#define MINIOS_TIME_H
|
|
|
|
#include "type.h"
|
|
|
|
void timecounter_inc();
|
|
size_t clock();
|
|
|
|
#endif |