|
|
|
|
|
by lukaslalinsky
499 days ago
|
|
Ever since I started working with Zig, I came to realization that its errdefer is even more useful than defer itself. But you can't implement errdefer in C, since there is no standard/disambiguous way of returning errors. |
|