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

📄 proto_header.h

📁 SIP(Session Initiation Protocol)是由IETF定义
💻 H
字号:
/* Add: Apple Mac OS X Support */#if !defined(__FreeBSD__) || !defined(__APPLE__) #define __P(protos) protos #ifdef __cplusplus  #define __BEGIN_DECLS extern "C" {  #define __END_DECLS } #else  #define __BEGIN_DECLS  #define __END_DECLS #endif#else #include <sys/cdefs.h>#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -