In this blog post I explore __attribute__((cleanup(...))). I discuss what it| omeranson.github.io
1. Introduction| isocpp.org
With this post I will concentrate on the here and now: how to use C’s future lifesaving defer feature with existing tools and compilers.| Jens Gustedt's Blog
I already talked about a proposal for an extension of the C language calleddefer, that is prospected to either be published in a technicalspecification or the next revision, C2Y, of the C standard: EĿlipsis now implements a simple form of this feature by mixing some specific preprocessor extensions (in particular counters) with the usual macro … Continue reading "Braiding the spaghetti: implementing defer in the preprocessor"| Jens Gustedt's Blog