Cesium icon indicating copy to clipboard operation
Cesium copied to clipboard

stdio.h: common storage for integer macros

Open ForNeVeR opened this issue 2 years ago • 0 comments

<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 avatar Jul 27 '22 18:07 ForNeVeR