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 "c.h"

#ifndef OTHER_H
#define OTHER_H
namespace N {
  struct C {
    template<typename U> static void f(U) {}
  };
}
#endif