Description
Bounds-checking C interfaces help developers use safer variants of common C library functions from C11 Annex K and ISO TR24731. They are useful for portability work and codebases that expect these APIs.
This is a developer library, not automatic memory safety. Correct use still depends on checking return values, validating sizes, and avoiding unsafe surrounding code.