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

module StdDef {
  module SizeT {
    header "size_t.h"
    export *
  }

  module Other {
    header "other.h"
    export *
  }

  module PtrDiffT {
    header "ptrdiff_t.h"
    export *
  }

  module IncludeAgain {
    header "include_again.h"
    export *
  }
}