embeddedartistry / libc

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

Expand libc unit tests #187

Closed AdhamEA closed 2 years ago

AdhamEA commented 2 years ago

Add unit tests for bsearch, qsort_r/heapsort_r thunk parameter, div, ldiv, imaxdiv.

Fixes #50 Fixes #12 Fixes #10