Win: crt, initialize global __argc, __targv and _tenviron of msvcrt
commitfaa9744f5d13c94c7298bf08e8d1eedca5db88a9
authorYX Hao <lifenjoiner@163.com>
Sun, 8 Oct 2017 09:28:02 +0000 (8 17:28 +0800)
committerYX Hao <lifenjoiner@163.com>
Tue, 10 Oct 2017 12:39:05 +0000 (10 20:39 +0800)
tree62cfe727f139ebe9c85f92ae71d6e58f078ed2c0
parent6f1860e20056243396d045095fac84296fb7e82d
Win: crt, initialize global __argc, __targv and _tenviron of msvcrt

_tenviron: as far as possible, not in ASC '-run' mode.
__argc and __targv are shortcuts for _tWinMain, when you want to use program parameters.
win32/lib/crt1.c
win32/lib/wincrt1.c