Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

/*	$NetBSD: quote_calc3-s.tab.h,v 1.1.1.3 2016/01/09 21:59:46 christos Exp $	*/

#ifndef _quote_calc3__defines_h_
#define _quote_calc3__defines_h_

#define OP_ADD 257
#define OP_SUB 259
#define OP_MUL 261
#define OP_DIV 263
#define OP_MOD 265
#define OP_AND 267
#define DIGIT 269
#define LETTER 270
#define UMINUS 271

#endif /* _quote_calc3__defines_h_ */