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

/* $FreeBSD$ */
/* See r303570 */
void 
t(void)
{
	int		a, b, c;
	int
		       *d, *e, *f;
	int 		(*g) (), (*h) (), (*i) ();
	int		j, k, l;
	int		m
		       ,n
		       ,o
		       ;
}