Compiler Warning (level 3) C4013
'function' undefined; assuming extern returning int
The compiler encountered a call to an undefined function.
To fix by checking the following possible causes
Incorrect spelling of function name
External functions not prototyped as
extern