RAII is great for error handling in C++. Is there any equivalent idiom in C?
Please check the discussion in this post https://www.systutorials.com/5311/raii-like-error-handling-and-resource-management-in-c/ which discussed how to organize the C code to provide RAII-like semantics.