Piccolo OS, a Small Multitasking OS for the Raspberry Pi Pico 2 years ago
struct {
// ...
} typedef piccolo_os_internals_t;
int typedef Int; // also works.
You always learn some new quirk of C. I guess typedef works like const, can put it on the left or the right.