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

📄 fteinp.h

📁 支持数字元件仿真的SPICE插件
💻 H
字号:
/* RCS Info: $Revision: 1.1 $ on $Date: 91/04/02 11:25:54 $ *         $Source: //pepper/atesse_spice/spice3/include/RCS/FTEinp.h,v $ * Copyright (c) 1985 Wayne A. Christopher, U. C. Berkeley CAD Group * * Note that this definition must be the same as struct card in INPdefs.h... */#ifndef FTEinput_h#define FTEinput_hstruct line {    int li_linenum;    char *li_line;    char *li_error;    struct line *li_next;    struct line *li_actual;} ;/* Listing types. */#define LS_LOGICAL  1#define LS_PHYSICAL 2#define LS_DECK  3#endif /* FTEinput_h */

⌨️ 快捷键说明

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