Add docs for string.h, add missing functions
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).