helpers: Factor out some basic utility functions into a static library
-
Factor out some basic libc-based utility functions into a static library
We're potentially going to start adding tools that use SDL but not GLib, which means we need a new home for the basic convenience functions that get copied or reimplemented in every non-GLib-dependent project.
-
libc-utils: Add some more commonly-used inlines
Edited by Simon McVittie