Newer
Older
UbixOS / src / lib / libc / net / nsparser.h
@Charlie Root Charlie Root on 31 Dec 2017 307 bytes Sync
#ifndef YYERRCODE
#define YYERRCODE 256
#endif

#define NL 257
#define SUCCESS 258
#define UNAVAIL 259
#define NOTFOUND 260
#define TRYAGAIN 261
#define RETURN 262
#define CONTINUE 263
#define ERRORTOKEN 264
#define STRING 265
typedef union {
	char *str;
	int   mapval;
} YYSTYPE;
extern YYSTYPE _nsyylval;