Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2
int f(void) __attribute__((weak)); int main(void){return f?f():0;}