Y
Hacker News
new
|
ask
|
show
|
jobs
by
cmptrnerd6
417 days ago
You'd probably still win the wager but I do want to say there are some of us using C23. We even use it in our embedded systems running on arm based microcontrollers. Though we still do maintain some C89 code :(
1 comments
pantalaimon
417 days ago
C23 on embedded ARM is entirely painless as it’s all upstream GCC these days anyway.
The problem is if you want to also still support esp8266 which is forever stuck at GCC 8.4
link
The problem is if you want to also still support esp8266 which is forever stuck at GCC 8.4