mod_yacc_y.h

来自「ngspice又一个电子CAD仿真软件代码.功能更全」· C头文件 代码 · 共 50 行

H
50
字号
/* $Id: mod_yacc_y.h,v 1.1 2004/02/14 19:52:58 pnenzi 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 + -
显示快捷键?