blob: 0a13f60013fbdee62a08959d59688fe9842c6cc9 [file] [log] [blame]
#include<stdio.h>
void func2() {
const char *cl = GetCommandLineA();
printf("Command line was: %s\n", cl);
}