mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 16:35:49 +00:00
Minor improvements.
svn path=/trunk/; revision=700
This commit is contained in:
parent
a23adc0492
commit
7975fc7fe7
1 changed files with 6 additions and 5 deletions
|
@ -28,10 +28,11 @@ void main(int argc, char* argv[])
|
|||
|
||||
printf("GetCommandLineA() %s\n",GetCommandLineA());
|
||||
debug_printf("GetCommandLineA() %s\n",GetCommandLineA());
|
||||
debug_printf("argc %d\n", argc);
|
||||
for (i=0; i<argc; i++)
|
||||
{
|
||||
debug_printf("Args: %x\n",argv[i]);
|
||||
debug_printf("Args: '%s'\n",argv[i]);
|
||||
debug_printf("Argv[%d]: %x\n",i,argv[i]);
|
||||
debug_printf("Argv[%d]: '%s'\n",i,argv[i]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue