On Saturday, 8 September 2018 at 01:12:30 UTC, solidstate1991 wrote:
While for the most part it still works very well, however when porting Mago I found a few functions that are not present in C99 (most notably wcsncpy_s).

While I can write my own functions to do the same (already done this with C++'s array since a few classes inherited from std::vector, hopefully I don't need to fiddle too much with it on the Debug engine to limit reliance on GC) I think it would be a good idea to do some updates on the runtime library in this regard, especially as it's a very easily available @nogc library too.

I thought the same after having to use Windows-specific functions from `core.sys.windows`, some (presumably newer) functions are missing from the definitions. At that time I thought about trying to get my hands dirty on this, but I don't know how much time it would take to do that though.

Reply via email to