mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 14:16:47 +00:00
7 lines
108 B
C
7 lines
108 B
C
#pragma once
|
|
|
|
#include "stddef.h"
|
|
|
|
// 操作系统定义时间以ns为单位
|
|
#define CLOCKS_PER_SEC 1000000
|