Tagged Questions

11
votes
6answers
901 views

Implementing RAII in pure C?

Is it possible to implement RAII in pure C? I assume it isn't possible in any sane way, but perhaps is it possible using some kind of dirty trick. Overloading the standard free function comes to ...