📄 public.h
字号:
#ifndef __PUBLIC_H
#define __PUBLIC_H
extern int debugLog( char *p_szlpFileName, int p_iLine, const char * p_lpszFormat, ... );
extern int GetPathNames(char *p_lpszAbsoPath,char *p_lpszFileName, char *p_lpszPathNames);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -