中文English
Function calls with no arguments and no return value remove VOID inside and outside parenthesesFor example, voidget _key(void ; Should be written as get _key( ;...

How to call the subfunction in the main function of the single chip computer program written by keil4 software?

Function calls with no arguments and no return value remove VOID inside and outside parentheses

For example, voidget _key(void); Should be written as get _key();