prog.c:3: warning: return type of ‘main’ is not ‘int’
prog.c: In function ‘hex2asc’:
prog.c:15: warning: implicit declaration of function ‘For’
prog.c:15: warning: operation on ‘j’ may be undefined
prog.c:15: warning: operation on ‘j’ may be undefined
prog.c:15: error: expected ‘;’ before ‘{’ token
prog.c:9: warning: unused variable ‘vDigit’
prog.c:8: warning: unused variable ‘cHexconst’
prog.c:7: warning: unused variable ‘cHexchars’
prog.c: In function ‘main’:
prog.c:27: error: ‘EnableInterrupts’ undeclared (first use in this function)
prog.c:27: error: (Each undeclared identifier is reported only once
prog.c:27: error: for each function it appears in.)
prog.c:31: warning: implicit declaration of function ‘_FEED_COP’