platform.h
来自「基于4个mips核的noc设计」· C头文件 代码 · 共 18 行
H
18 行
/**************************************************************** * TU Eindhoven, Eindhoven, The Netherlands, November 2003 * Author : Mathijs Visser * (Mathijs.Visser@student.tue.nl) * Purpose : Set platform and compiler options. ****************************************************************/#ifndef PLATFORM_H_#define PLATFORM_H_/* Set compiler and platform. *//* CC_I386 not defined: we are using lcc on the network-of-mips architecture, *//* CC_I386 defined: we are using gcc on a i386 architecture *//*#define CC_I386*/#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?