On 2023-07-17 03:31, Pádraig Brady wrote:
static inline void

As a general rule, there's no need for 'static inline' in C, as nowadays compilers figure out inlining just fine for static functions and plain 'static' should be good enough. There are exceptions but 'write_error' doesn't look like it's one of them.



Reply via email to