Closed DimitriPapadopoulos closed 2 years ago
Avoid pointer syntax when possible.
They are different, the array syntax generates smaller, faster code.
See for example: https://eklitzke.org/declaring-c-string-constants-the-right-way
Avoid pointer syntax when possible.
They are different, the array syntax generates smaller, faster code.
See for example: https://eklitzke.org/declaring-c-string-constants-the-right-way