proto_header.h
来自「SIP(Session Initiation Protocol)是由IETF定义」· C头文件 代码 · 共 16 行
H
16 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?