Visual Studio Code – Warning: implicit declaration of function 'showMenu' [-Wimplicit-function-declaration]
I get this weird warning message in Visual Studio Code the whole time and have no idea what else I should change. Message: warning: implicit declaration of function 'showMenu' [-Wimplicit-function-declaration] This is the code: #include <stdio.h> int main() { showMenu();…