?? hwdefs.h
字號:
/* "@(#)hwdefs.h 1.2 3/4/96 10:47:58" */
/*
* hwdefs.h
* Hardware dependent integer data sizes
* This incarnation should work for sun, ctc, and x86
*/
typedef char int8 ;
typedef short int16 ;
typedef long int32 ;
typedef unsigned char uint8 ;
typedef unsigned short uint16 ;
typedef unsigned long uint32 ;
#ifndef NULL
#define NULL ((void *) 0)
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -