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

📄 headers.m

📁 linux下编程用 编译软件
💻 M
字号:
// Test for obscure conflicts with the system headers (inspired by similar// test in libstdc++-v3).  Author: Loren J. Rittle <ljrittle@acm.org>.// { dg-options "-Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wshadow" }// { dg-do compile }#ifdef __NEXT_RUNTIME__#include <Foundation/NSString.h>#else#include <objc/NXConstStr.h>#endif#include <objc/Object.h>#include <objc/Protocol.h>#ifdef __NEXT_RUNTIME__#include <objc/objc-runtime.h>#else#include <objc/encoding.h>#include <objc/hash.h>#endif#include <objc/objc-api.h>#ifndef __NEXT_RUNTIME__#include <objc/objc-list.h>#endif#include <objc/objc.h>#ifndef __NEXT_RUNTIME__#include <objc/sarray.h>#include <objc/thr.h>#include <objc/typedstream.h>#endif

⌨️ 快捷键说明

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