📄 cwmikmodheaders.h
字号:
/* use pre-compiled headers, for speed */
#if __MWERKS__
#ifndef MSL_USE_PRECOMPILED_HEADERS
#define MSL_USE_PRECOMPILED_HEADERS 1
#endif
#include <ansi_prefix.mac.h>
#endif
/* standard headers */
#include <stdio.h>
#include <stdlib.h>
/* defines */
#define HAVE_CONFIG_H 1
/* missing function prototypes */
extern char *strdup(const char *);
extern int strcasecmp(const char *,const char *);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -