silentbicycle / greatest

A C testing library in 1 file. No dependencies, no dynamic allocation. ISC licensed.
ISC License
1.48k stars 108 forks source link

Fix __STDC_VERSION__ check for C99 #116

Closed mhx closed 1 year ago

mhx commented 1 year ago

The correct value for C99 is 199901L (1999/01).

silentbicycle commented 1 year ago

Thanks, this will go in the next release.