void Display_ proc( mode)
Program error:
..\HARDWARE\display.h(15): error: # 92: identifier-list parameters may only be used in a function definition
Find out
Should be written as void display_ proc( int mode)
The error is actually that the parameter type is not defined