On Wed Jul 3 18:50:20 2024 +0000, Brendan McGrath wrote:
I was thinking I should move it out of the header. I've changed this to be a `static inline` within unixlib.c.
I don't think it needs to be inline, and I tend to avoid that since it means the compiler won't detect when it becomes unused.