/* Cpp.h */

typedef struct CppSymbol {
	char *name;
	int symType;
	long l;
	char *s;
} CppSymbol;


syntax highlighted by Code2HTML, v. 0.9.1