Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nsparser.h « net « linux « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6a6fae0becf34ca9f450addf4c321546f3e2c1b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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;