newlib-cygwin/newlib/libc/sys/linux/net/nsparser.h

14 lines
236 B
C

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