📄 stubs.c
字号:
#include "dflat32/dflat.h"
int TestCriticalError(void)
{
}
/* These are functions that are supposed to be part of the application
* not part of the dflat32.dll
*
* - Fixme
*/
char DFlatApplication[] = "none"; //edit.c
void PrepFileMenu(void *w, struct Menu *mnu) //edit.c
{
}
void PrepSearchMenu(void *w, struct Menu *mnu) //edit.c
{
}
void PrepEditMenu(void *w, struct Menu *mnu) //edit.c
{
}
char **Argv; //edit.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -