?? strverscmp.h
字號(hào):
/* strverscmp.h -- compare strings holding indices/version numbers */#ifndef STRVERSCMP_H_# define STRVERSCMP_H_# if HAVE_CONFIG_H# include <config.h># endif# ifndef PARAMS# if defined PROTOTYPES || (defined __STDC__ && __STDC__)# define PARAMS(Args) Args# else# define PARAMS(Args) ()# endif# endifint strverscmp PARAMS ((const char*, const char*));#endif /* not STRVERSCMP_H_ */
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -