Ignore a file or function dependency during dependency analysis while executing the
mcc
command
%#exclude fileOrFunction1 [fileOrFunction2 ... fileOrFunctionN]
pragma informs the mcc
command that the specified file(s) or
function(s) need to be excluded from dependency analysis during compilation.