ISO C naming of functions and header guards
Closed this issue · 0 comments
bjosv commented
- Rename functions starting with
_
or__
Example:_valkeyClusterConnect
- Rename headerguards
Remove__
or_
and match to filename.
Example: src/valkeycluster.h:__HIRCLUSTER_H
toVALKEYCLUSTER_H