Patch to add function declarations to core.stdc.time.
application/octet-stream
378
Comments
Comment #0 by b.helyer — 2010-05-03T21:11:14Z
Created attachment 623
Patch to add function declarations to core.stdc.time.
Fairly simple. These functions aren't declared when std.c.time is imported.
They are not implemented by MSVC, as of VS 2010 (I just looked at the headers,
didn't run the compiler).
Attached is a patch that adds them under a `version ( Posix )` block.