prefix.h
来自「这是国外的resip协议栈」· C头文件 代码 · 共 16 行
H
16 行
// This is from "sip.mcp - C/C++ Preprocessor - Prefix Text" settings// set up TARGET_OS_MAC#include <TargetConditionals.h>// voodoo magic#define USE_ARES 1#define USE_IPV6 1#define USE_SSL 1// Darwin defines assert() to use printf, oddly enough#include <stdio.h>// trying to get rid of tolower() link conflict#include <ctype.h>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?