Closed
Description
For all these constant defines:
const char constWhich is : const data type ('the string') and const pointer ('the pointer') not just
const charWhich is just saying this symbol points to 'constant data'
We all make this mistake.
And if I was being really pedantic - I'd use
const char * const
- the use of "[]" to declare a pointer array is valid, but off standard.
Metadata
Metadata
Assignees
Labels
No labels