Commit 2df4116e authored by SSR's avatar SSR
Browse files

types.h

No related merge requests found
Showing with 11 additions and 0 deletions
+11 -0
......@@ -12,9 +12,20 @@ typedef unsigned int uint32;
typedef unsigned long uint64;
typedef long int64;
typedef unsigned long uintptr_t;
typedef uint64 pde_t;
typedef uint64 pid_t;
typedef unsigned int mode_t;
typedef uint32 uid_t;
typedef uint32 gid_t;
typedef unsigned int size_t;
typedef uint32 dev_t;
typedef uint64 ino_t;
typedef uint32 nlink_t;
typedef uint32 off_t;
typedef uint32 blkcnt_t;
typedef struct
{
uint64 sec; // 自 Unix 纪元起的秒数
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment