...
CERT C++ Secure Coding Standard | STR04-CPP. Use plain char for characters in the basic character set |
MISRA-C | Rule 6.1 (required): The plain char type shall be used only for the storage and use of character values |
...
CERT C++ Secure Coding Standard | STR04-CPP. Use plain char for characters in the basic character set |
MISRA-C | Rule 6.1 (required): The plain char type shall be used only for the storage and use of character values |