Skip to content

Add docs for string.h, add missing functions

Peter Limkilde Svendsen requested to merge plimkilde/relibc:string-docs into master

This adds docs for the string.h header, including the non-POSIX functions. It also adds recent POSIX additions so all functions from the 2024 edition have at least a stub, except strcoll_l, strerror_l and strxfrm_l (because relibc currently doesn't have a locale_t type).

Merge request reports