sp.h is the standard library that C deserves
Summary
A personal article introducing sp.h, a 15,000-line single-header C99 library designed to be a portable alternative to the C standard library by bypassing libc and emphasizing direct syscalls, no heap, and explicit design. It includes principles, non-goals, examples, and prompts for community collaboration via GitHub and forums.