Comment on When static makes your C code 10 times fasterComments−daneel_w5yUse a const instead. It's the right tool for the job.
Comments
Use a const instead. It's the right tool for the job.