📄 prefix.h
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -