stdafx.cpp

来自「5402hpi自举加载的程序源码欢迎下载」· C++ 代码 · 共 23 行

CPP
23
字号
/*******************************************************************************
* Functions: none                                                              *
* File: StdAfx.cpp                                                             *
* Author: Scott Tater, Texas Instruments Inc.                                  *
* DSP: TMS320C5402                                                             *
* Language: C++                                                                *
* Tools: Microsoft Visual C++ V 6.0                                            *
* History:                                                                     *
*   04/27/02 - original (S. Tater)                                             *
*                                                                              *
* Description: source file that includes just the standard include             *
* hpi-boot.pch will be the pre-compiled header stdafx.obj will contain the     *
* pre-compiled type information                                                *
*******************************************************************************/



#include "stdafx.h"


/******************************************************************************\
* End of stdafx.cpp
\******************************************************************************/

⌨️ 快捷键说明

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