📄 incremental.h
字号:
#ifndef Incremental_h#ifdef __GNUG__#pragma interface#endif#define Incremental_h#define DECLARE_INIT_FUNCTION(USER_INIT_FUNCTION) \static void USER_INIT_FUNCTION (); extern void (*_initfn)(); \static struct xyzzy { xyzzy () {_initfn = USER_INIT_FUNCTION;}; \~xyzzy () {};} __2xyzzy;#else#error Incremental.h was not the first file included in this module#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -