Cesium
Cesium copied to clipboard
stdio.h: common storage for integer macros
<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.