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

#ifndef STRONG_IN_UNION_H
#define STRONG_IN_UNION_H
#pragma clang system_header

typedef union {
  id f0;
  int *f1;
} U;

#endif // STRONG_IN_UNION_H