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

#include <stdio.h>

void
bar ()
{
#ifdef SIZE_BIG
  printf ("1\n");
  printf ("2\n");
  printf ("3\n");
#endif
}