...
STR03-A. Do not inadvertently truncate a null-terminated byte string
STR04-A. ReservedUse plain char for character data
STR05-A. Prefer making string literals const-qualified
STR06-A. Do not assume that strtok() leaves the parse string unchangedSTR04-A. Use plain char for character data
Rules
STR30-C. Do not attempt to modify string literals
...