RandyGaul / cute_headers

Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
4.3k stars 270 forks source link

Rename 'string_deintern' to 'deintern_string' to match naming style #233

Closed aganm closed 3 years ago

aganm commented 3 years ago

I noticed intern/deintern functions follow the style intern_something or deintern_something. string_deintern breaks this style. I renamed string_deintern to deintern_string to match the naming style.

RandyGaul commented 3 years ago

Good idea :)