mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 20:36:31 +00:00
🆕 clock()函数
This commit is contained in:
@ -61,3 +61,6 @@ void timer_func_add(struct timer_func_list_t *timer_func);
|
||||
* @param timer_func
|
||||
*/
|
||||
void timer_func_del(struct timer_func_list_t *timer_func);
|
||||
|
||||
|
||||
uint64_t clock();
|
||||
|
Reference in New Issue
Block a user