lc_debug.h
来自「open source for car navigation in linux」· C头文件 代码 · 共 14 行
H
14 行
#ifndef LC_DEBUG_H# define LC_DEBUG_Hextern int iDebug;#define DEP_MSGQ 0x0001#define DEP_SHMEM 0x0002#define DEP_SEM 0x0004#define DEP_GPSREC 0x0008#define DEP_GPSDRIVE 0x0010#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?