common.h

来自「Media transfer protocol implementation o」· C头文件 代码 · 共 18 行

H
18
字号
/**  * \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 + =
减小字号Ctrl + -
显示快捷键?