startup_sourcerygxx.c

来自「Luminary Micro BLDC motor control softwa」· C语言 代码 · 共 19 行

C
19
字号
//*****************************************************************************//// 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 + =
减小字号Ctrl + -
显示快捷键?