mod_yacc.h
来自「支持数字元件仿真的SPICE插件」· C头文件 代码 · 共 50 行
H
50 行
/* $Id: mod_yacc.h,v 1.2 91/12/19 13:37:21 bill Exp $ *//*============================================================================FILE mod_yacc.hMEMBER OF process cmppCopyright 1991Georgia Tech Research CorporationAtlanta, Georgia 30332All Rights ReservedPROJECT A-8503AUTHORS 9/12/91 Steve TynorMODIFICATIONS <date> <person name> <nature of modifications>SUMMARY Typedefs needed by the YYSTYPE union (%union operator) in the yacc file. These are only used in the yacc file, but must be defined here since the generated token.h file includes a definition of the union YYSTYPE.INTERFACES None.REFERENCED FILES None.NON-STANDARD FEATURES None.============================================================================*/#include "cmpp.h"typedef struct { char *id; Boolean_t has_subscript; char *subscript;} Sub_Id_t;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?