Skip to content

Add docs for stdlib.h, add stubs for missing functions

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

I've gone through all of the functions in stdlib.h, in particular tracing down the most recent specs for deprecated functions.

Also, I've added stubs for the recent POSIX functions at_quick_exit(), qsort_r(), quick_exit() and secure_getenv().

Merge request reports