-
-
Notifications
You must be signed in to change notification settings - Fork 133
Add functions stub for compatibility with very minimal libc #188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
In case the user needs to call the functions from Print/String, these placeholders should be implemented (with C++ scope)
codecov-commenter
commented
May 15, 2023
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@ ## master #188 +/- ## ======================================= Coverage 95.77% 95.77% ======================================= Files 13 13 Lines 970 970 ======================================= Hits 929 929 Misses 41 41
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Who'd be setting that define __VERY_MINIMAL_LIBC__
? Looks like a compiler-intrinsic to me (just curious).
In case the user needs to call the functions from Print/String, these placeholders should be implemented (with C++ scope)