types.h
来自「newos is new operation system」· C头文件 代码 · 共 19 行
H
19 行
/*** Copyright 2002, Travis Geiselbrecht. All rights reserved.** Distributed under the terms of the NewOS License.*/#ifndef _M68K_TYPES_H#define _M68K_TYPES_Htypedef unsigned long long uint64;typedef long long int64;typedef unsigned int uint32;typedef int int32;typedef unsigned short uint16;typedef short int16;typedef unsigned char uint8;typedef char int8;#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?