?? hello.h
字號:
#ifndef HELLO_H#define HELLO_H 1#if HAVE_CONFIG_H# include <config.h>#endif#if _WIN32# if DLL_EXPORT# define HELLO_SCOPE __declspec(dllexport)# else# if LIBHELLO_DLL_IMPORT# define HELLO_SCOPE extern __declspec(dllimport)# endif# endif#endif#ifndef HELLO_SCOPE# define HELLO_SCOPE extern#endifHELLO_SCOPE const char *greet;extern int hello (const char *who);#endif /* !HELLO_H */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -