Tool/software: TI C/C++ Compiler
I'm currently using standard include guards when compiling software projects for C66x DSPs. Using the "#pragma once" directive seems to work as expected, yet I see no documentation of it in section 7.9 of the C6000 Compiler User's Guide. Is there a reason behind this omission? I'd rather not use a directive that isn't officially supported by TI.