stdio.h: common storage for integer macros #155
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
<stdio.h>
has certain number macros, such asEOF
. 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.The text was updated successfully, but these errors were encountered: