config.h

来自「sdcc是为51等小型嵌入式cpu设计的c语言编译器支持数种不同类型的cpu」· C头文件 代码 · 共 17 行

H
17
字号
/****************************************************************************** * to emulate the serial input and output of an 8051 controller               * * config.h - general defintions                                              * ******************************************************************************/#ifndef DEF_INFILE// the processors serial output#define DEF_INFILE "/tmp/out"#endif#ifndef DEF_OUTFILE// the processors serial input#define DEF_OUTFILE "/tmp/in"#endif#define MAX_SIZ 1024

⌨️ 快捷键说明

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