You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stdio: Make legacy nano printf code at least compile
Remove 'struct _reent' dregs. Add __nothrow as needed to stdio.h. Clean
up some simple compiler warnings about undefined behavior.
There are many gaps in standards conformance with this; making it pass
the test suite would be a significant effort. But, at least it builds
again.
Signed-off-by: Keith Packard <keithp@keithp.com>
0 commit comments