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: null_gram.y,v 1.1.1.2 2015/01/17 16:34:17 christos Exp $	*/

%{
void yyerror(const char *fmt, ...);
extern int yylex(void);
%}

%%

token: