📄 startup_sourcerygxx.c
字号:
//*****************************************************************************//// startup_sourcerygxx.c - Startup code for use with Code Sourcery's Sourcery// G++.//// Copyright (c) 2007 Luminary Micro, Inc. All rights reserved.// Luminary Micro Confidential - For Use Under NDA Only////*****************************************************************************//*****************************************************************************//// This is a dummy variable to keep the compiler from producing a warning about// an empty source file. The storage for this variable will be garbage// collected by the linker and it will not end up in the final executable.////*****************************************************************************char __dummy__;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -