How to C in 2016 (and its response)
13/10/2017 permalink linked site
Some indications about how to code in modern C.
The main indication that changed my life is stdint.h
and the explicit type sizes uint64_t
and its friends.
here is a response to that article that was widely shared.