3.5.11 Returning void

SDCC allows functions to return expressions of type void. This feature is only enabled when the compiler is invoked using --std-sdccxx. Note: xx is a placeholder for the desired version of the C standard.