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

📄 read.me

📁 嵌入式系统基础课件
💻 ME
字号:
	  Modifying Multi-C for use in Embedded Applications
	  --------------------------------------------------

As provided, the Multi-C source is intended for use in a desktop
application, and contains a few calls to routines such as fputs that
are not available in most embedded environments. Fortunately, these
calls are all found within one source code file (ABEND.C).

If you intend to use Multi-C in conjunction with LIBEPC, these calls
can be easily mapped into LIBEPC functions that provide similar
functionality.  This is easily accomplished using macros defined in a
file provided on this CD (\MULTI-C\SOURCE\ABEND.H). Simply add the
following #include directive near the beginning of ABEND.C:

	#include "abend.h"

A makefile is also provided on this CD (\MULTI-C\SOURCE\MAKEFILE)
that automates the compilation process used to build the Multi-C
library (MTC.A).

⌨️ 快捷键说明

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