Skip to content
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

stdio.h: common storage for integer macros #155

Open
ForNeVeR opened this issue Jul 27, 2022 · 0 comments
Open

stdio.h: common storage for integer macros #155

ForNeVeR opened this issue Jul 27, 2022 · 0 comments
Labels
area:stdlib C standard library implementation good-first-issue An issue considered simple enough for new contributors hacktoberfest status:help-wanted Open for contributors

Comments

@ForNeVeR
Copy link
Owner

ForNeVeR commented Jul 27, 2022

<stdio.h> has certain number macros, such as EOF. We should keep them in the header file, but also extract to some common place in .NET core for convenient usage from the standard library code.

When implementing this, seek for // TODO[#155] in the code.

@ForNeVeR ForNeVeR added status:help-wanted Open for contributors good-first-issue An issue considered simple enough for new contributors area:stdlib C standard library implementation labels Jul 27, 2022
ForNeVeR added a commit to impworks/Cesium that referenced this issue Jul 27, 2022
ForNeVeR added a commit to impworks/Cesium that referenced this issue Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:stdlib C standard library implementation good-first-issue An issue considered simple enough for new contributors hacktoberfest status:help-wanted Open for contributors
Projects
None yet
Development

No branches or pull requests

1 participant