Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4
#ifndef B_H #define B_H const int b = 3; #endif