Hacker News new | ask | show | jobs
by imtringued 1306 days ago
Create a Defined-C dialect.
1 comments

You can already do that to some extent. There's tons of compiler flags that make C more defined. Eg both clang and gcc support `-fno-strict-overflow` to define signed integer overflow as wraparound according to two's complement.