📄 common.h
字号:
/** * \file common.h * These headers are used by absolutely all sample programs. * Special quirks that apply to all samples go here. */#include <libmtp.h>#ifndef _MSC_VER#include "config.h"#ifdef HAVE_GETOPT_H#include <getopt.h>#else#include <unistd.h>#endif#else// Only if using MSVC...#include "..\windows\getopt.h"#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -