Tool/software: TI C/C++ Compiler
Compiler Team,
Our customer has also raised the point that to be C99 compliant, the proper NULL define should be: #define NULL ((void *) 0)
However, this is not the case currently. We realize that while we are not 100% C99 compliant, we DO however support many C99 extensions.
That being said, in order to be consistent, we should also be compliant with this convention.
See below graphics for more 'evidence'. Comments indeed welcomed!
TY,
CY