New Function Call The file type_def.h no longer includes the CALL_ macro. The prototype of the function did not change, but the call did: ● If the parameter is OUT/INOUT, MicroC adds an ampersand (&) before it. ● If the parameter is a string or an array, an ampersand is not added. ● If there is an ampersand in the parameter, the parameter is enclosed with parentheses. For example: &(PRM)
The file type_def.h no longer includes the CALL_ macro. The prototype of the function did not change, but the call did:
type_def.h
CALL_
OUT/INOUT
&(PRM)