Y
Hacker News
new
|
ask
|
show
|
jobs
by
johnisgood
391 days ago
Well yeah, I use C99. I would never use newer C, it is too C++-esque. You can actually use some stuff from stdatomic.h with
-std=c99 -D_XOPEN_SOURCE=700
, such as "atomic_bool" and whatnot.