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

Simplify Implementation to just operate on function pointers … #153

Closed phillipjohnston closed 3 years ago

phillipjohnston commented 3 years ago

... instead of converting to integers and decimating. Upon reflecting, I don't know why we needed all that complication.