?? type.h
字號(hào):
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
type.h
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Forrest Yu, 2005
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#ifndef _TINIX_TYPE_H_
#define _TINIX_TYPE_H_
typedef unsigned int t_32;
typedef unsigned short t_16;
typedef unsigned char t_8;
typedef int t_bool;
typedef unsigned int t_port;
typedef void (*t_pf_int_handler) ();
typedef void (*t_pf_task) ();
typedef void (*t_pf_irq_handler) (int irq);
typedef void* t_sys_call;
#endif /* _TINIX_TYPE_H_ */
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -