embeddedartistry / libc

libc targeted for embedded systems usage. Reduced set of functionality (due to embedded nature). Chosen for portability and quick bringup.
MIT License
520 stars 67 forks source link

Doxygen Documentation: stdlib.h Fixes #26 #40

Closed seekaddo closed 6 years ago

seekaddo commented 6 years ago

I think the doc for stdlib.h is ready now. I tested, ready for review. Still looking for the best description for some params. Example thunk in all the reentrant sort functions.

Is been a long time @phillipjohnston , I was ready busy during the Semester closing (backlogs of Semester exams). lol.

phillipjohnston commented 6 years ago

No worries @seekaddo, I tend to work on projects whenever I get bursts of energy and time :)

phillipjohnston commented 6 years ago

I'm going to merge this in and just fix the minor changes myself - thanks for your help!