embeddedartistry / libc

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

Expand libc unit tests #187

Closed AdhamEA closed 1 year ago

AdhamEA commented 1 year ago

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

Fixes #50 Fixes #12 Fixes #10