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>
#include "pr12942a.h"

test_t b(void);

int
main(void)
{
  if (test != b ())
    __builtin_abort ();

  printf ("OK\n");
  return 0;
}