RandyGaul / cute_headers

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

Split up the CUTE_*_STDIO defines #319

Closed RobLoach closed 1 year ago

RobLoach commented 1 year ago

This adopts the pattern introduced in cute_sound.h to split the individual CUTE_*_STDIO defines into their individual defines.

It gives quite a bit more control over how the defines are leveraged.

RandyGaul commented 1 year ago

Nice work!