cmetrics
cmetrics copied to clipboard
Add "const" modifier to "char *" parameters that don't modify it
Functions that create/modify metrics don't modify their char *
parameters, so it would be good to add const
modifier to let the compiler know callers don't expect it to be modified.