I know alot of similar questions were asked before but i couldn\'t find something that would fix this warning i get:
MyIntFunctions.c:19:2: warning: implicit
the warning or error of kind IMPLICIT DECLARATION is that the compiler is expecting a Function Declaration/Prototype..
It might either be a header file or your own function Declaration..