I'm using clang-7
on 16.04.1-Ubuntu LTS
.
I get this warning:
warning: implicit declaration of function 'getche' is invalid in C99
[-Wimplicit-function-declaration]
followed by this error:
error: undefined reference to 'getche'`
What could be wrong?
Here is the link to my code: