Controller* ctrl = (Controller*)malloc(sizeof(Controller));
- incompatible implicit declaration of built-in function 'malloc' [enabled by default]
- implicit declaration of function 'malloc' [-Wimplicit-function-declaration]
What I'm doing wrong with this malloc?