⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 common.h

📁 Media transfer protocol implementation on POSIX. Have detailed readme on how to move to windows
💻 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 + -