ftp.nice.ch/users/chris/Studium/psopt-0.01.tar.gz#/psopt-0.01/src/ps_pars.h

This is ps_pars.h in view mode; [Download] [Up]

typedef union {
  char *string;
  struct ps_op *ps_op;
} YYSTYPE;
#define	OPEN_BRACE	258
#define	CLOSE_BRACE	259
#define	OPEN_BRACKET	260
#define	CLOSE_BRACKET	261
#define	STRING	262
#define	BINSTRING	263
#define	DIRECT	264
#define	ARG	265
#define	CMD	266


extern YYSTYPE yylval;

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.