Search notes:

Windows CRT: stdargv.c

This source file is responsible to process the command line in order to create an argv[] array for the main() function.

See also

Parsing the cmd.exe command line
Some CRT sources

Index