📄 global.h
字号:
/********************************************************/
/* global.h: head of type and macro. */
/* Author : qzsu */
/* History : 2006-11-11 */
/********************************************************/
#ifndef _global_h
#define _global_h
#ifdef __cplusplus
extern "C"
{
#endif
typedef unsigned int U32;
typedef unsigned char U8;
typedef enum {false=0 , true=1} bool;
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -