Defer icon indicating copy to clipboard operation
Defer copied to clipboard

A Defer statement for C

Results 1 Defer issues
Sort by recently updated
recently updated
newest added

`goto *_deferrals[--_num_deferrals]` is not portable C :( There is good news though: you could use a Duff's device so that each deferral is a switch case and then you can...