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

📄 version.c.svn-base

📁 PSP用开发必装库GCC4.0.1
💻 SVN-BASE
字号:
#include "version.h"/* This is the string reported as the version number by all components   of the compiler.  If you distribute a modified version of GCC,   please modify this string to indicate that, e.g. by putting your   organization's name in parentheses at the end of the string.  */const char version_string[] = "4.0.1 (PSPDEV 20050827)";/* This is the location of the online document giving instructions for   reporting bugs.  If you distribute a modified version of GCC,   please change this to refer to a document giving instructions for   reporting bugs to you, not us.  (You are of course welcome to   forward us bugs reported to you, if you determine that they are   not bugs in your modifications.)  */const char bug_report_url[] = "<URL:http://wiki.pspdev.org/psp:toolchain#bugs>";

⌨️ 快捷键说明

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