#ifndef JTK_TIME_H #define JTK_TIME_H #include "Jtk_timer.h" bool Jtk_Init(); uint64_t Jtk_UsTime(); #endif