I noticed some code that uses __inline__ (which IIUC is a gcc extension) as
well as a related configure check. "inline" was first added to C99, and we
now require C11, so we can just assume it's there, right? FWIW it looks
like meson builds don't bother checking this.
--
nathan